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/25 13:06:07 UTC

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

add STORM-2050 to CHANGELOG


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

Branch: refs/heads/1.x-branch
Commit: f9d47afebfb256ea2d794a5d5b26c1d98eff9bfa
Parents: 752dcef
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Aug 25 22:05:49 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Aug 25 22:05:49 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/f9d47afe/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12cb157..91c327f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-2050: [storm-sql] Support User Defined Aggregate Function for Trident mode
  * 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