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/01/19 22:15:05 UTC

storm git commit: add STORM-1450 to changelog

Repository: storm
Updated Branches:
  refs/heads/master 6e1516256 -> e7e9eb949


add STORM-1450 to changelog


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

Branch: refs/heads/master
Commit: e7e9eb9492ecd7ff909037561a6e7649f2aa7dc7
Parents: 6e15162
Author: Boyang Jerry Peng <je...@yahoo-inc.com>
Authored: Tue Jan 19 15:14:35 2016 -0600
Committer: Boyang Jerry Peng <je...@yahoo-inc.com>
Committed: Tue Jan 19 15:14:35 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/e7e9eb94/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29ca61c..91cdf0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
 ## 2.0.0
 ## 1.0.0
+ * STORM-1450: Fix minor bugs and refactor code in ResourceAwareScheduler
  * STORM-1478: make bolts getComponentConfiguration method cleaner/simpler
  * STORM-1482: add missing 'break' for RedisStoreBolt
  * STORM-1466: Move the org.apache.thrift7 namespace to something correct/sensible