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/08/24 22:02:56 UTC

[4/4] storm git commit: add STORM-1434 to CHANGELOG

add STORM-1434 to CHANGELOG


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

Branch: refs/heads/master
Commit: 989b00811f631a7bfedb0f8ee6888efd4637e562
Parents: 64fb1b1
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Aug 25 07:01:21 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Aug 25 07:01:21 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/989b0081/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6cbcd2..11968f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -144,6 +144,7 @@
  * STORM-1769: Added a test to check local nimbus with notifier plugin
 
 ## 1.1.0 
+ * STORM-1434: Support the GROUP BY clause in StormSQL
  * STORM-2016: Topology submission improvement: support adding local jars and maven artifacts on submission
  * STORM-1994: Add table with per-topology & worker resource usage and components in (new) supervisor and topology pages
  * STORM-2023: Add calcite-core to dependency of storm-sql-runtime