You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/06/01 19:37:48 UTC

[13/50] storm git commit: Added STORM-807 to Changelog

Added STORM-807 to Changelog


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

Branch: refs/heads/0.10.x-branch
Commit: 847958cad438766cb7f39ce649fe7a3506b61b3a
Parents: f15c3e3
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu May 7 14:45:37 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu May 7 14:45:37 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/847958ca/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d281395..e016c06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-807: quote args to storm.py correctly
  * STORM-796: Add support for "error" command in ShellSpout
  * STORM-745: fix storm.cmd to evaluate 'shift' correctly with 'storm jar'
  * STORM-603: Log errors when required kafka params are missing