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/11/10 14:11:10 UTC

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

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

Branch: refs/heads/master
Commit: 2065dcadac623e8b3bf2037ded34bc15a171734e
Parents: 93815f3
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Nov 10 22:10:40 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Nov 10 22:10:40 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/2065dcad/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e23d59..ae5d531 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1185: replace nimbus.host with nimbus.seeds
  * STORM-1164: Code cleanup for typos, warnings and conciseness.
  * STORM-902: Simple Log Search.
  * STORM-1052: TridentKafkaState uses new Kafka Producer API.