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 2016/01/25 00:29:14 UTC

[06/50] storm git commit: Add STORM-1482 to CHANGELOG.md

Add STORM-1482 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/3a7cfc8e
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3a7cfc8e
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/3a7cfc8e

Branch: refs/heads/1.x-branch
Commit: 3a7cfc8e7374bccd98cb963b73ecc3776d1aad49
Parents: 8c59172
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon Jan 18 09:55:46 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon Jan 18 09:55:46 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/3a7cfc8e/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9e65b6..0dc2679 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
 ## 2.0.0
 ## 1.0.0
+ * STORM-1482: add missing 'break' for RedisStoreBolt
  * STORM-1466: Move the org.apache.thrift7 namespace to something correct/sensible
  * STORM-1470: Applies shading to hadoop-auth, cleaner exclusions
  * STORM-1467: Switch apache-rat plugin off by default, but enable for Travis-CI