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/11/26 00:31:01 UTC

[3/3] storm git commit: Added STORM-1352 to CHANGELOG.

Added STORM-1352 to CHANGELOG.


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

Branch: refs/heads/master
Commit: 4c59de6f324760cc33c9bbcb5f8d3644d2db4afc
Parents: 6d3bee9
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Wed Nov 25 15:30:22 2015 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Wed Nov 25 15:30:22 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/4c59de6f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8106078..0f7919a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 +## 0.11.0
+ * STORM-1352: Trident should support writing to multiple Kafka clusters.
  * STORM-1220: Avoid double copying in the Kafka spout.
  * STORM-1340: Use Travis-CI build matrix to improve test execution times
  * STORM-1126: Allow a configMethod that takes no arguments (Flux)