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 2015/10/09 09:08:12 UTC

[3/3] storm git commit: add STORM-1090 to CHANGELOG.md

add STORM-1090 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/8c17b74f
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/8c17b74f
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/8c17b74f

Branch: refs/heads/master
Commit: 8c17b74f4377219174460debdeb9492a2e90f3e4
Parents: 9e7d8be
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Oct 9 16:07:42 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Oct 9 16:07:42 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/8c17b74f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca5b527..c6ee110 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1090: Nimbus HA should support `storm.local.hostname`
  * STORM-820: Aggregate topo stats on nimbus, not ui
  * STORM-412: Allow users to modify logging levels of running topologies
  * STORM-1078: Updated RateTracker to be thread safe