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/08/14 14:46:04 UTC

[3/3] storm git commit: add STORM-1766 to CHANGELOG

add STORM-1766 to CHANGELOG


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

Branch: refs/heads/1.x-branch
Commit: 560746f8ee4c3e570fa7df615829656f44459306
Parents: 790308d
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Sun Aug 14 23:45:44 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Sun Aug 14 23:45:44 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/560746f8/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b190cc3..dca6f9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-1766: A better algorithm server rack selection for RAS
  * STORM-1913: Additions and Improvements for Trident RAS API
  * STORM-2037: debug operation should be whitelisted in SimpleAclAuthorizer.
  * STORM-2023: Add calcite-core to dependency of storm-sql-runtime