You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2017/04/05 23:19:26 UTC

[23/23] storm git commit: STORM-2453: CHANGELOG

STORM-2453: CHANGELOG


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

Branch: refs/heads/master
Commit: c652d3ffc2e9a701f0fd67f787f9e257499d6cbb
Parents: 1dd4bbc
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Apr 6 08:18:49 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Apr 6 08:18:49 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/c652d3ff/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 846823d..7ff80c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 \ufeff## 2.0.0
+ * STORM-2453: Move non-connectors into the top directory
  * STORM-2363: Provide configuration to set the number of RollingWindow
  * STORM-2058: Fix Maven warnings about missing reporting.plugins.plugin.version
  * STORM-1369: Add MapState implementation to storm-cassandra