You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by kn...@apache.org on 2015/03/26 22:43:41 UTC

[3/3] storm git commit: Adding STORM-714 to CHANGELOG.md

Adding STORM-714 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/330e1356
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/330e1356
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/330e1356

Branch: refs/heads/master
Commit: 330e1356d25073f09faa815e422a1ecd95786faf
Parents: c207f92
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Thu Mar 26 16:42:42 2015 -0500
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Thu Mar 26 16:42:42 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/330e1356/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 620c9ea..852e2cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-714: Make CSS more consistent with self, prev release
  * STORM-703: With hash key option for RedisMapState, only get values for keys in batch
  * STORM-691: Add basic lookup / persist bolts