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 22:00:34 UTC

[2/4] storm git commit: update changelog for STORM-796

update changelog for STORM-796


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

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

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


http://git-wip-us.apache.org/repos/asf/storm/blob/d3f49ebb/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34186a4..0d08adb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.10.0
+ * STORM-796: Add support for "error" command in ShellSpout
  * 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