You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2016/01/04 20:49:48 UTC

[8/8] storm git commit: Added STORM-1373 to Changelog

Added STORM-1373 to Changelog


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

Branch: refs/heads/master
Commit: 59a9605520de54930fd9ba008b6594f98f2eb63c
Parents: cb6e923
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Mon Jan 4 13:28:44 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Mon Jan 4 13:28:44 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/59a96055/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5ef7c2..bb3717b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1373: Blobstore API sample example usage
  * STORM-1409: StormClientErrorHandler is not used
  * STORM-1411: Some fixes for storm-windowing
  * STORM-1399: Blobstore tests should write data to `target` so it gets removed when running `mvn clean`