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 2015/08/14 15:44:00 UTC

[3/3] storm git commit: Added STORM-742 to Changelog

Added STORM-742 to Changelog


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

Branch: refs/heads/master
Commit: 5966ff3c5c2709d51cbbf3274a0a9d0be1d8c707
Parents: 9973e47
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Fri Aug 14 08:33:05 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Fri Aug 14 08:33:05 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/5966ff3c/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f8edb0..5d3ec03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,7 @@
  * STORM-139: hashCode does not work for byte[]
  * STORM-860: UI: while topology is transitioned to killed, "Activate" button is enabled but not functioning
  * STORM-966: ConfigValidation.DoubleValidator doesn't really validate whether the type of the object is a double
+ * STORM-742: Let ShellBolt treat all messages to update heartbeat
 
 ## 0.10.0-beta1
  * STORM-873: Flux does not handle diamond topologies