Repository: storm Updated Branches: refs/heads/master 251a6819e -> 019d1e0c6
Add STORM-2036 to Changelog Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/019d1e0c Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/019d1e0c Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/019d1e0c Branch: refs/heads/master Commit: 019d1e0c6fb8615df4e1ab86def62e8dcb4094e1 Parents: 251a681 Author: Boyang Jerry Peng <jerryp...@yahoo-inc.com> Authored: Thu Aug 11 11:32:17 2016 -0500 Committer: Boyang Jerry Peng <jerryp...@yahoo-inc.com> Committed: Thu Aug 11 11:32:17 2016 -0500 ---------------------------------------------------------------------- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/019d1e0c/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4756571..21510a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## 2.0.0 + * STORM-2036:Fix minor bug in RAS Tests * STORM-2026: Inconsistency between (SpoutExecutor, BoltExecutor) and (spout-transfer-fn, bolt-transfer-fn) * STORM-1979: Storm Druid Connector implementation. * STORM-1277: port backtype.storm.daemon.executor to java * STORM-2020: Stop using sun internal classes.