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 2015/11/07 03:21:24 UTC

[8/8] storm git commit: Added STORM-1052 to CHANGELOG.

Added STORM-1052 to CHANGELOG.


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

Branch: refs/heads/master
Commit: c12e28c829fcfabc0a3a775fb9714968b7e3e349
Parents: 90ef005
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Fri Nov 6 18:20:40 2015 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Fri Nov 6 18:20:40 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/c12e28c8/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8cc1bf..e8c3de8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1052: TridentKafkaState uses new Kafka Producer API.
  * STORM-1182: Removing and wrapping some exceptions in ConfigValidation to make code cleaner
  * STORM-1134. Windows: Fix log4j config.
  * STORM-1127: allow for boolean arguments (Flux)