You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2016/04/21 20:01:32 UTC

[3/4] storm git commit: Add STORM-1679 to changelog

Add STORM-1679 to changelog


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

Branch: refs/heads/master
Commit: 489a8447e04363f17b445b6fab8d623a54f5dc2f
Parents: 8e49031
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Thu Apr 21 13:58:26 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Thu Apr 21 13:58:26 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/489a8447/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 890ea48..276935e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-1679: add storm Scheduler documents
  * STORM-515: Clojure documentation and examples
  * STORM-1279: port backtype.storm.daemon.supervisor to java
  * STORM-1668: Flux silently fails while setting a non-existent property.