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 2017/02/03 01:26:54 UTC

[3/3] storm git commit: STORM-1443: CHANGELOG

STORM-1443: CHANGELOG


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

Branch: refs/heads/1.x-branch
Commit: a79784010a65110593ab47ea0b447b3d1c42b84a
Parents: ad50b8d
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Feb 3 10:26:39 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Feb 3 10:26:39 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a7978401/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbb892d..0c60472 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-1443: [Storm SQL] Support customizing parallelism in StormSQL
  * STORM-2148: [Storm SQL] Trident mode: back to code generate and compile Trident topology
  * STORM-2321: Handle blobstore zk key deletion in KeySequenceNumber
  * STORM-2336: Close Localizer and AsyncLocalizer when supervisor is shutting down