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/24 05:31:01 UTC

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

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

Branch: refs/heads/master
Commit: e93015c642267484cc65fa7c0a3c205f90673f14
Parents: 6177ae4
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Sat Oct 24 11:55:42 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Sat Oct 24 11:55:42 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/e93015c6/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8adfa0e..431148a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1122: Fix the format issue in Utils.java
  * STORM-1111: Fix Validation for lots of different configs
  * STORM-1125: Adding separate ZK client for read in Nimbus ZK State
  * STORM-1121: Remove method call to avoid overhead during topology submission time