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 2015/04/28 23:00:39 UTC

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

Added STORM-607 to Changelog


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

Branch: refs/heads/master
Commit: 44e9aaf57cec7ca7918d4f9a044cbcd84326d6af
Parents: bfe9569
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Tue Apr 28 15:59:57 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Apr 28 15:59:57 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/44e9aaf5/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59a41bb..900319d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-607: storm-hbase HBaseMapState should support user to customize the hbase-key & hbase-qualifier
  * STORM-795: Update the user document for the extlib issue
  * STORM-801: Add Travis CI badge to README
  * STORM-797: DisruptorQueueTest has some race conditions in it.