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/11/05 18:31:25 UTC

[5/5] storm git commit: Adding STORM-1143 to CHANGELOG.md

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

Branch: refs/heads/master
Commit: 316b23ec4a0afc05abeacaefed3684dce895362c
Parents: e9c2495
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Thu Nov 5 11:30:37 2015 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Thu Nov 5 11:30:37 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/316b23ec/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c9a20e..54fdd15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1143: Validate topology Configs during topology submission
  * STORM-1157: Adding dynamic profiling for worker, restarting worker, jstack, heap dump, and profiling
  * STORM-1123: TupleImpl - Unnecessary variable initialization.
  * STORM-1153: Use static final instead of just static for class members.