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:27 UTC

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

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

Branch: refs/heads/STORM-1040
Commit: c7c367ce846cc3d3738168ee497d6de4096ff6f3
Parents: 0d8a99d
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Nov 27 05:51:31 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Nov 27 05:51:31 2015 +0900

----------------------------------------------------------------------
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/c7c367ce/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f7919a..cb5a4a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-+## 0.11.0
+## 0.11.0
+ * 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.
  * STORM-1340: Use Travis-CI build matrix to improve test execution times