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/10/03 15:29:38 UTC

[3/3] storm git commit: Added STORM-1082 to Changelog

Added STORM-1082 to Changelog


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

Branch: refs/heads/master
Commit: 86ea8b2186934ba18ce140cb5326483f7cfd9082
Parents: 7df4e9c
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Sat Oct 3 08:28:41 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Sat Oct 3 08:28:41 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/86ea8b21/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ee9b08..d9892eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1082: fix nits for properties in kafka tests
  * STORM-993: include uptimeSeconds as JSON integer field
  * STORM-1053: Update storm-kafka README for new producer API confs.
  * STORM-1058: create CLI kill_workers to kill workers on a supervisor node