You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/02/09 03:21:51 UTC

[4/4] storm git commit: add STORM-1520 to CHANGELOG.md

add STORM-1520 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: 53e44ff3dbc9e3bbc52becf2a756cc5d07dc4825
Parents: 7ddbb9f
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Feb 9 11:21:33 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Feb 9 11:21:33 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/53e44ff3/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77a1aaa..cea2836 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
  * STORM-1524: Add Pluggable daemon metrics Reporters
 
 ## 1.0.0
+ * STORM-1520: Nimbus Clojure/Zookeeper issue ("stateChanged" method not found)
  * STORM-1531: Junit and mockito dependencies need to have correct scope defined in storm-elasticsearch pom.xml
  * STORM-1526: Improve Storm core performance
  * STORM-1517: Add peek api in trident stream