You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pa...@apache.org on 2015/11/12 22:07:00 UTC

[8/8] storm git commit: STORM-1098 added to CHANGELOG.md.

STORM-1098 added 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/77015f07
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/77015f07
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/77015f07

Branch: refs/heads/master
Commit: 77015f073e22975e81a9a673a7cd203167c3b3ad
Parents: 82c25ca
Author: Parth Brahmbhatt <br...@gmail.com>
Authored: Thu Nov 12 13:06:24 2015 -0800
Committer: Parth Brahmbhatt <br...@gmail.com>
Committed: Thu Nov 12 13:06:24 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/77015f07/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f214ea..398ca96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1098: Nimbus hook for topology actions.
  * STORM-1145: Have IConnection push tuples instead of pull them
  * STORM-1191: bump timeout by 50% due to intermittent travis build failures
  * STORM-794: Modify Spout async loop to treat activate/deactivate ASAP