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/08/05 18:57:07 UTC

[6/6] storm git commit: Added STORM-2020 STORM-2021 and STORM-2022 to Changelog

Added STORM-2020 STORM-2021 and STORM-2022 to Changelog


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

Branch: refs/heads/master
Commit: 44068c4191bf0890e81a5612fc989ba984d0a971
Parents: b49c60b
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Fri Aug 5 13:45:45 2016 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Fri Aug 5 13:45:45 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/44068c41/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80f3857..bdd4e71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
 ## 2.0.0
+ * STORM-2020: Stop using sun internal classes.
+ * STORM-2021: Fix license.
+ * STORM-2022: fix FieldsTest
  * STORM-1285: port backtype.storm.command.get-errors to java
  * STORM-2010: port org.apache.storm.command.heartbeats.clj to Java
  * STORM-2009: port org.apache.storm.blobstore.clj and org.apache.storm.command.blobstore.clj to Java