You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by kn...@apache.org on 2015/10/23 08:52:25 UTC

[3/3] storm git commit: Adding STORM-1120 to CHANGELOG.md

Adding STORM-1120 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: 9de79225c88f0f43c060753d312c57103b946113
Parents: aa7dfbf
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Fri Oct 23 01:52:07 2015 -0500
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Fri Oct 23 01:52:07 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/9de79225/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c76ee62..cae333f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1120: Fix keyword (schema -> scheme) from main-routes
  * STORM-1115: Stale leader-lock key effectively bans all nodes from becoming leaders
  * STORM-1119: Create access logging for all daemons
  * STORM-1117: Adds visualization-init route previously missing