You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/06/01 19:38:09 UTC

[34/50] storm git commit: Added STORM-752 to Changelog

Added STORM-752 to Changelog


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

Branch: refs/heads/0.10.x-branch
Commit: 106af613f310353ac0a49a1f37244a916e6770e4
Parents: 88af3e3
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Fri May 22 16:42:19 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Fri May 22 16:42:19 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/106af613/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53d6486..e30f440 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,6 +53,7 @@
  * STORM-749: Remove CSRF check from the REST API.
 
 ## 0.10.0
+ * STORM-752: [storm-redis] Clarify Redis*StateUpdater's expire is optional
  * STORM-681: Auto insert license header with genthrift.sh
  * STORM-707: Client (Netty): improve logging to help troubleshooting connection woes
  * STORM-699: storm-jdbc should support custom insert queries.