You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sa...@apache.org on 2016/09/19 03:47:12 UTC

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

Added STORM-2089 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/2e0ac3d6
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/2e0ac3d6
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/2e0ac3d6

Branch: refs/heads/master
Commit: 2e0ac3d68e5c88a14f2dc0c8e546c7e7358c9ae1
Parents: 520270d
Author: Satish Duggana <sd...@hortonworks.com>
Authored: Mon Sep 19 08:50:22 2016 +0530
Committer: Satish Duggana <sd...@hortonworks.com>
Committed: Mon Sep 19 08:50:22 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/storm/blob/2e0ac3d6/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be0c4a9..0429be2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-2098: DruidBeamBolt: Pass DruidConfig.Builder as constructor argument
  * STORM-2067: Fix "array element type mismatch" from compute-executors in nimbus.clj
  * STORM-2054: DependencyResolver should be aware of relative path and absolute path
  * STORM-2052: Kafka Spout New Client API - Log Improvements and Parameter Tuning for Better Performance