You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2016/04/11 22:36:05 UTC

[5/5] storm git commit: Added STORM-1687 to Changelog

Added STORM-1687 to Changelog


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

Branch: refs/heads/1.x-branch
Commit: fcebf8e208feefda9e891e08bd38eee66865128d
Parents: 7ace5e3
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Mon Apr 11 14:59:32 2016 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Mon Apr 11 14:59:32 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/fcebf8e2/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f84802..96da84f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.0
+ * STORM-1687: divide by zero in stats
  * STORM-1670: LocalState#get(String) can throw FileNotFoundException which may result supervisor.clj#sync-processes stop assigning new workers/assignments
  * STORM-1677: Test resource files are excluded from source distribution, which makes logviewer-test failing
  * STORM-676: Storm Trident support for sliding/tumbling windows