You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2017/02/01 15:56:31 UTC

[8/8] storm git commit: Added STORM-2225 to Changelog

Added STORM-2225 to Changelog


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

Branch: refs/heads/1.x-branch
Commit: fcdef97fcc9b534982f70c85c50ddf7407ef62f3
Parents: 455b455
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Wed Feb 1 09:35:24 2017 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Wed Feb 1 09:35:24 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/fcdef97f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d285e2..1bac7a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-2225: change spout config to be simpler.
  * STORM-2323: Precondition for Leader Nimbus should check all topology blobs and also corresponding dependencies
  * STORM-2330: Fix storm sql code generation for UDAF with non standard sql types
  * STORM-2298: Don't kill Nimbus when ClusterMetricsConsumer is failed to initialize