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 2016/08/03 04:58:23 UTC

[6/6] storm git commit: Added STORM-1839 to CHANGELOG.

Added STORM-1839 to CHANGELOG.


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

Branch: refs/heads/master
Commit: 4abd6e9261ecc463fb551c059833397dd3d61208
Parents: b23958c
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Tue Aug 2 21:57:28 2016 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Tue Aug 2 21:57:28 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/storm/blob/4abd6e92/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4562eb2..80f3857 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -131,6 +131,7 @@
  * STORM-1769: Added a test to check local nimbus with notifier plugin
 
 ## 1.1.0 
+ * STORM-1839: Storm spout implementation for Amazon Kinesis Streams.
  * STORM-1988: Kafka Offset not showing due to bad classpath.
  * STORM-1987: Fix TridentKafkaWordCount arg handling in distributed mode.
  * STORM-1969: Modify HiveTopology to show usage of non-partition table.