You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2015/12/01 19:09:29 UTC

[45/50] [abbrv] storm git commit: add STORM-1341 to CHANGELOG.md

add STORM-1341 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/21814334
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/21814334
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/21814334

Branch: refs/heads/STORM-1040
Commit: 21814334a857be21440edbdbf415eb42d6180d02
Parents: c7c367c
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Nov 27 05:59:26 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Nov 27 05:59:26 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/21814334/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb5a4a9..4eb137b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1341: Let topology have own heartbeat timeout for multilang subprocess
  * STORM-1207: Added flux support for IWindowedBolt
  * STORM-1352: Trident should support writing to multiple Kafka clusters.
  * STORM-1220: Avoid double copying in the Kafka spout.