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 2015/10/15 20:37:14 UTC

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

Added STORM-1108 to Changelog


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

Branch: refs/heads/master
Commit: 794254cb815e2c17850b216577ba16c4e9017435
Parents: 6408063
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Oct 15 13:29:03 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Oct 15 13:29:03 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/794254cb/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e17b7e..054bd22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1108: Fix NPE in simulated time
  * STORM-1084: Improve Storm config validation process to use java annotations instead of *_SCHEMA format
  * STORM-1106: Netty should not limit attempts to reconnect
  * STORM-1103: Changes log message to DEBUG from INFO