You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/10/16 03:04:25 UTC

[8/8] storm git commit: add STORM-1079 to CHANGELOG.md

add STORM-1079 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: 8f8c3e548596422d768ec4d0b151d2375794172b
Parents: a69e3ae
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Oct 16 10:04:01 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Oct 16 10:04:01 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/8f8c3e54/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44587d0..b618e2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1079: Batch Puts to HBase
  * STORM-1084: Improve Storm config validation process to use java annotations instead of *_SCHEMA format
  * STORM-1106: Netty should not limit attempts to reconnect
  * STORM-1103: Changes log message to DEBUG from INFO