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/02/25 22:12:57 UTC

[3/3] storm git commit: Added STORM-688 to changelog

Added STORM-688 to changelog


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

Branch: refs/heads/master
Commit: d4e9438255c3ea37133f4f8d8a7876c65edb3d39
Parents: 0fc2cd5
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Wed Feb 25 15:12:12 2015 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Wed Feb 25 15:12:12 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/d4e94382/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e988c61..58ee5ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -61,6 +61,7 @@
  * STORM-684: In RichSpoutBatchExecutor: underlying spout is not closed when emitter is closed
  * STORM-683: Make false in a conf really evaluate to false in clojure.
  * STORM-685: wrong output in log when committed offset is too far behind latest offset
+ * STORM-688: update Util to compile under JDK8
 
 ## 0.9.3-rc2
  * STORM-558: change "swap!" to "reset!" to fix assignment-versions in supervisor