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

storm git commit: added STORM-1681 to Changelog

Repository: storm
Updated Branches:
  refs/heads/master ac1d008f2 -> 1db08472c


added STORM-1681 to Changelog


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

Branch: refs/heads/master
Commit: 1db08472c17350cfb1744fc28f277bf0ea02b13f
Parents: ac1d008
Author: Boyang Jerry Peng <je...@yahoo-inc.com>
Authored: Thu Apr 14 10:19:14 2016 -0500
Committer: Boyang Jerry Peng <je...@yahoo-inc.com>
Committed: Thu Apr 14 10:19:14 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/1db08472/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ee5e2e..7c71d0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-1681: Bug in scheduling cyclic topologies when scheduling with RAS
  * STORM-1687: divide by zero in StatsUtil
  * STORM-1464: storm-hdfs support for multiple file outputs
  * STORM-515: Clojure documentation and examples