Browse Source

Missed updating the changes as part of applying ZOOKEEPER-132 patch

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@693526 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 16 years ago
parent
commit
853eb9d897
1 changed files with 7 additions and 0 deletions
  1. 7 0
      CHANGES.txt

+ 7 - 0
CHANGES.txt

@@ -1,4 +1,11 @@
 Trunk:
+
+Non-backward compatible changes:
+
+  ZOOKEEPER-132: Create Enum to replace CreateFlag in ZooKepper.create method (Jakob Homan)
+
+Backward compatibile changes:
+
   BUGFIXES: 
 
   ZOOKEEPER-39. Use Watcher objects rather than boolean on read operations.