You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/11/24 20:42:25 UTC

[5/5] storm git commit: add STORM-1349 to changelog

add STORM-1349 to changelog


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

Branch: refs/heads/master
Commit: dc05a00e5c0f956f4511fec789ea7c037f811723
Parents: 609b11c
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Nov 24 14:42:05 2015 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Nov 24 14:42:05 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/dc05a00e/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f0d482..11aa0f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-## 0.11.0
++## 0.11.0
+ * STORM-1349: [Flux] Allow constructorArgs to take Maps as arguments
  * STORM-126: Add Lifecycle support API for worker nodes
  * STORM-1213: Remove sigar binaries from source tree
  * STORM-885:  Heartbeat Server (Pacemaker)