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:00:40 UTC

[12/12] 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/a0c03235
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/a0c03235
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/a0c03235

Branch: refs/heads/master
Commit: a0c032358a63632b958f6f0d1d0bbf9109020e9f
Parents: bed27a7
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Tue Jun 2 09:59:16 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Jun 2 09:59:16 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a0c03235/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d4ebef..ad235d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
 ## 0.11.0
 
 ## 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.