git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@693526 13f79535-47bb-0310-9956-ffa450edef68
@@ -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.