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 21:57:15 UTC

[3/3] 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/eadc7c4b
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/eadc7c4b
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/eadc7c4b

Branch: refs/heads/master
Commit: eadc7c4b565b6fac0a75f586fe7a3250966846e3
Parents: 3b8bc85
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Mon Apr 11 09:53:19 2016 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Mon Apr 11 09:53:19 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/eadc7c4b/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8bae07..5ee5e2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-1687: divide by zero in StatsUtil
  * STORM-1464: storm-hdfs support for multiple file outputs
  * STORM-515: Clojure documentation and examples
  * STORM-1279: port backtype.storm.daemon.supervisor to java