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/06/02 17:02:31 UTC

[2/2] storm git commit: Added STORM-753 to Changelog

Added STORM-753 to Changelog


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

Branch: refs/heads/0.10.x-branch
Commit: c85acef1a45b0f646011f2ef2e04afe94b711050
Parents: 0bc08ad
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Tue Jun 2 10:02:05 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Jun 2 10:02:05 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/c85acef1/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3458630..9e77382 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.10.0
+ * STORM-753: Improve RedisStateQuerier to convert List<Values> from Redis value
  * STORM-835: Netty Client hold batch object until io operation complete
  * STORM-827: Allow AutoTGT to work with storm-hdfs too.
  * STORM-821: Adding connection provider interface to decouple jdbc connector from a single connection pooling implementation.