You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/10/10 16:08:49 UTC

[3/3] storm git commit: add STORM-1099 to CHANGELOG.md

add STORM-1099 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/b2d366a3
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/b2d366a3
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/b2d366a3

Branch: refs/heads/0.10.x-branch
Commit: b2d366a3576974757df18adf3bc8069195158a15
Parents: 1c547ab
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Sat Oct 10 23:08:16 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Sat Oct 10 23:08:16 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/b2d366a3/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10525c4..d8e1cf7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.10.0
+ * STORM-1099: Fix worker childopts as arraylist of strings
  * STORM-1096: Fix some issues with impersonation on the UI
  * STORM-912: Support SSL on Logviewer
  * STORM-1094: advance kafka offset when deserializer yields no object