You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/08/05 22:52:27 UTC

storm git commit: Updated Changelog

Repository: storm
Updated Branches:
  refs/heads/master 938f03d83 -> 2a7bbfa74


Updated Changelog


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/2a7bbfa7
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/2a7bbfa7
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/2a7bbfa7

Branch: refs/heads/master
Commit: 2a7bbfa745b7e0c688dea6f87d098dccbf9713e2
Parents: 938f03d
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Wed Aug 5 15:52:04 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Wed Aug 5 15:52:04 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/2a7bbfa7/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10a4ebe..f5aafef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@
  * STORM-67: Provide API for spouts to know how many pending messages there are
  * STORM-918: Storm CLI could validate arguments/print usage
  * STORM-859: Add regression test of STORM-856
+ * STORM-913: Use Curator's delete().deletingChildrenIfNeeded() instead of zk/delete-recursive
 
 ## 0.10.0-beta2
  * STORM-843: [storm-redis] Add Javadoc to storm-redis