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 2016/09/12 04:16:15 UTC

[10/10] storm git commit: add STORM-1970 to CHANGELOG

add STORM-1970 to CHANGELOG


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

Branch: refs/heads/1.x-branch
Commit: 09bff55e0f3271c8766e69754092758045fc7ce2
Parents: a214603
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon Sep 12 13:15:31 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon Sep 12 13:15:31 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/09bff55e/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ef2fc0..368a7fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-1970: external project examples refator
  * STORM-2074: fix storm-kafka-monitor NPE bug
  * STORM-1459: Allow not specifying producer properties in read-only Kafka table in StormSQL
  * STORM-2052: Kafka Spout New Client API - Log Improvements and Parameter Tuning for Better Performance.