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/05/07 17:41:12 UTC

[2/3] storm git commit: update changelog for STORM-745

update changelog for STORM-745


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

Branch: refs/heads/0.10.x-branch
Commit: db9b4b4818968fb553398b9313a44a91b9f27542
Parents: ae5a6be
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Thu May 7 11:28:07 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Thu May 7 11:28:07 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/db9b4b48/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de07020..a3048d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.10.0
+ * STORM-745: fix storm.cmd to evaluate 'shift' correctly with 'storm jar'
  * STORM-681: Auto insert license header with genthrift.sh
  * STORM-707: Client (Netty): improve logging to help troubleshooting connection woes
  * STORM-699: storm-jdbc should support custom insert queries.