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/09/21 01:15:50 UTC

[2/2] storm git commit: add STORM-1044 to CHANGELOG.md

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

Branch: refs/heads/0.10.x-branch
Commit: da65c501857c120442fe811fddcd692da2e1e124
Parents: 9d16fec
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon Sep 21 08:15:32 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon Sep 21 08:15:32 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/da65c501/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28e7b9a..7d8b0b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.10.0
+ * STORM-1044: Setting dop to zero does not raise an error
  * STORM-1050: Topologies with same name run on one cluster
  * STORM-1005: Supervisor do not get running workers after restart.
  * STORM-803: Cleanup travis-ci build and logs