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/22 07:39:28 UTC

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

STORM-1363: CHANGELOG


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

Branch: refs/heads/1.x-branch
Commit: d5f4c4021984bad9044654284f7d43ce03d24f41
Parents: 4fc55b3
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Feb 22 16:39:16 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Feb 22 16:39:16 2017 +0900

----------------------------------------------------------------------
 CHANGELOG.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/d5f4c402/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aaffcef..7be2ca2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
-\ufeff## 1.1.0
+\ufeff## 1.1.1
+* STORM-1363: TridentKafkaState should handle null values from TridentTupleToKafkaMapper.getMessageFromTuple()
+
+## 1.1.0
  * STORM-2365: Support for specifying output stream in event hubs spout 
  * STORM-2250: Kafka spout refactoring to increase modularity and testability
  * STORM-2340: fix AutoCommitMode issue in KafkaSpout