You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2017/02/01 23:55:23 UTC

[2/2] storm git commit: Added STORM-2331 to CHANELOG.

Added STORM-2331 to CHANELOG.


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

Branch: refs/heads/1.x-branch
Commit: 9c2733a3b9dccdf3617db3b282909f7e24d4c474
Parents: 3b3ae98
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Wed Feb 1 15:55:04 2017 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Wed Feb 1 15:55:04 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/9c2733a3/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1bac7a7..b145656 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-2331: Emitting from JavaScript should work when not anchoring.
  * STORM-2225: change spout config to be simpler.
  * STORM-2323: Precondition for Leader Nimbus should check all topology blobs and also corresponding dependencies
  * STORM-2330: Fix storm sql code generation for UDAF with non standard sql types