You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by lo...@apache.org on 2016/02/19 04:18:56 UTC

[2/2] storm git commit: Add STORM-1262 to CHANGELOG

Add STORM-1262 to CHANGELOG


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

Branch: refs/heads/master
Commit: d0cd52b7bcb3267fa7bc4fb6cb023d968a0dda26
Parents: f3cd08a
Author: Longda Feng <zh...@alibaba-inc.com>
Authored: Fri Feb 19 11:17:22 2016 +0800
Committer: Longda Feng <zh...@alibaba-inc.com>
Committed: Fri Feb 19 11:17:22 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/d0cd52b7/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e3bbde..a323f4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-1262: port backtype.storm.command.dev-zookeeper to java.
  * STORM-1243: port backtype.storm.command.healthcheck to java.
  * STORM-1246: port backtype.storm.local-state to java.
  * STORM-1516: Fixed issue in writing pids with distributed cluster mode.