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/05 20:57:50 UTC

[3/3] storm git commit: Added STORM-1416 to Changelog

Added STORM-1416 to Changelog


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

Branch: refs/heads/master
Commit: cc07b945ad8af13dd588522b109b1a54d88b6eb5
Parents: 83fba1b
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Tue Jan 5 13:56:57 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Jan 5 13:56:57 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/cc07b945/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0872ef..38a2824 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1416: Documentation for state store
  * STORM-1426: keep backtype.storm.tuple.AddressedTuple and delete duplicated backtype.storm.messaging.AddressedTuple
  * STORM-1417: fixed equals/hashCode contract in CoordType
  * STORM-1422: broken example in storm-starter tutorial