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/10/09 14:02:48 UTC

[2/2] storm git commit: add STORM-1095 to CHANGELOG.md

add STORM-1095 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/2cd27e04
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/2cd27e04
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/2cd27e04

Branch: refs/heads/master
Commit: 2cd27e04455fa429c3ac35b20d10cdfb1092f8de
Parents: 68d81ab
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Oct 9 21:01:10 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Oct 9 21:01:10 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/2cd27e04/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d148862..96bec08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1095: Tuple.getSourceGlobalStreamid() has wrong camel-case naming
  * STORM-1091: Add unit test for tick tuples to HiveBolt and HdfsBolt
  * STORM-1090: Nimbus HA should support `storm.local.hostname`
  * STORM-820: Aggregate topo stats on nimbus, not ui