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/06/24 08:57:09 UTC

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

add STORM-1907 to CHANGELOG


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

Branch: refs/heads/1.x-branch
Commit: 125d34be7c0658db617c5895d26971289e6e9055
Parents: d8aa8ed
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Jun 24 17:56:54 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Jun 24 17:56:54 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/125d34be/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 118155e..4b6c5ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-1907: PartitionedTridentSpoutExecutor has incompatible types that cause ClassCastException
  * STORM-1925: Remove Nimbus thrift call from Nimbus itself
  * STORM-1909: Update HDFS spout documentation
  * STORM-1136: Command line module to return kafka spout offsets lag and display in storm ui