You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ar...@apache.org on 2016/02/10 07:06:55 UTC

[3/3] storm git commit: Added STORM-1476 to CHANGELOG.md

Added STORM-1476 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: 5f1cba55a48fc10bc62a19765d5d3f1e007332b9
Parents: d1610ac
Author: Arun Mahadevan <ai...@hortonworks.com>
Authored: Wed Feb 10 11:27:26 2016 +0530
Committer: Arun Mahadevan <ai...@hortonworks.com>
Committed: Wed Feb 10 11:27:26 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/storm/blob/5f1cba55/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cea2836..b1b72db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-1476: Filter -c options from args and add them as part of storm.options
  * STORM-1257: port backtype.storm.zookeeper to java
  * STORM-1504: Add Serializer and instruction for AvroGenericRecordBolt
  * STORM-1524: Add Pluggable daemon metrics Reporters