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/13 04:46:45 UTC

[3/3] storm git commit: add STORM-2057 to CHANGELOG

add STORM-2057 to CHANGELOG


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

Branch: refs/heads/1.x-branch
Commit: f1e3120cd5ceae9598b6599c23b63333c497f483
Parents: 682eb64
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Sep 13 13:46:28 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Sep 13 13:46:28 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/f1e3120c/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 368a7fe..e47962d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-2057: Support JOIN statement in Storm SQL
  * 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