瀏覽代碼

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 年之前
父節點
當前提交
853eb9d897
共有 1 個文件被更改,包括 7 次插入0 次删除
  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.