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 2015/07/13 16:35:02 UTC

[4/4] storm git commit: add STORM-928 to CHANGELOG.md

add STORM-928 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: 98cbb34f01dd829fcdf3ea931d12c50c7f88cf98
Parents: b1388c6
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon Jul 13 23:33:25 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon Jul 13 23:33:25 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/98cbb34f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 306eb1e..1ab08c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@
  * STORM-843: [storm-redis] Add Javadoc to storm-redis
  * STORM-866: Use storm.log.dir instead of storm.home in log4j2 config
  * STORM-810: PartitionManager in storm-kafka should commit latest offset before close
+ * STORM-928: Add sources->streams->fields map to Multi-Lang Handshake
 
 ## 0.10.0-beta1
  * STORM-873: Flux does not handle diamond topologies