You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/07/30 16:47:51 UTC

[3/3] storm git commit: add STORM-945 to CHANGELOG.md

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

Branch: refs/heads/master
Commit: 14fdab8b188080e5f1095ed422c807493ad6fd01
Parents: 61202cc
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Jul 30 23:47:07 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Jul 30 23:47:07 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/14fdab8b/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ec09e1..6361734 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,7 @@
  * STORM-866: Use storm.log.dir instead of storm.home in log4j2 config
  * STORM-810: PartitionManager in storm-kafka should commit latest offset before close
  * STORM-928: Add sources->streams->fields map to Multi-Lang Handshake
+ * STORM-945: <DefaultRolloverStrategy> element is not a policy,and should not be putted in the <Policies> element.
 
 ## 0.10.0-beta1
  * STORM-873: Flux does not handle diamond topologies