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:57:44 UTC

[4/4] storm git commit: add STORM-1126 to changelog

add STORM-1126 to changelog


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

Branch: refs/heads/master
Commit: f8a2d65a64f5648abed48d1ba94ea2c572ea8826
Parents: 6ebf247
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Nov 24 14:57:34 2015 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Nov 24 14:57:34 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/f8a2d65a/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b45afb1..ccae7d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 +## 0.11.0
+ * STORM-1126: Allow a configMethod that takes no arguments (Flux)
  * STORM-1203: worker metadata file creation doesn't use storm.log.dir config
  * STORM-1349: [Flux] Allow constructorArgs to take Maps as arguments
  * STORM-126: Add Lifecycle support API for worker nodes