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/06/10 03:32:31 UTC

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

add STORM-856 to changelog


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

Branch: refs/heads/0.10.x-branch
Commit: 58372f0a6313b914065faca7c4aa47d41f1d4f4d
Parents: f6e2ad0
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Jun 9 21:20:57 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Jun 9 21:20:57 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/58372f0a/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99e8a61..77977e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
 ## 0.11.0
 
 ## 0.10.0
+ * STORM-856: use serialized value of delay secs for topo actions
  * STORM-852: Replaced Apache Log4j Logger with SLF4J API
  * STORM-813: Change storm-starter's README so that it explains mvn exec:java cannot run multilang topology
  * STORM-853: Fix upload API to handle multi-args properly