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 09:02:59 UTC

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

add STORM-1914 to CHANGELOG


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

Branch: refs/heads/master
Commit: 9773f05387e5c23f762eeb0aeb0255e9f854167f
Parents: a7d69fb
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Jun 24 18:01:32 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Jun 24 18:01:32 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/9773f053/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4eb0080..15b417c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -108,6 +108,7 @@
  * STORM-1769: Added a test to check local nimbus with notifier plugin
 
 ## 1.1.0 
+ * STORM-1914: Storm Kafka Field Topic Selector
  * STORM-1925: Remove Nimbus thrift call from Nimbus itself
  * STORM-1907: PartitionedTridentSpoutExecutor has incompatible types that cause ClassCastException
  * STORM-1136: Command line module to return kafka spout offsets lag and display in storm ui.