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/03/07 20:55:38 UTC

[3/3] storm git commit: Added STORM-1588 to Changelog

Added STORM-1588 to Changelog


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

Branch: refs/heads/master
Commit: 4117fe545887637f2bab6aec7682e3f4166facbf
Parents: fa66e99
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Mon Mar 7 13:12:53 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Mon Mar 7 13:12:53 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/4117fe54/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9ff624..021312c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -49,6 +49,7 @@
  * STORM-1521: When using Kerberos login from keytab with multiple bolts/executors ticket is not renewed in hbase bolt.
 
 ## 1.0.0
+ * STORM-1588: Do not add event logger details if number of event loggers is zero
  * STORM-1606: print the information of testcase which is on failure
  * STORM-1601: Check if /backpressure/storm-id node exists before requesting children
  * STORM-1574: Better handle backpressure exception etc.