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/03/16 17:39:38 UTC

[3/4] storm git commit: Added STORM-699 to CHANGELOG.

Added STORM-699 to CHANGELOG.


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

Branch: refs/heads/master
Commit: b49db05d35f6fd6988cd054fc594d96535fe7295
Parents: d37e747
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Mon Mar 16 09:32:50 2015 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Mon Mar 16 09:32:50 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/storm/blob/b49db05d/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1befac1..bc2229a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.10.0
+ * STORM-699: storm-jdbc should support custom insert queries. 
  * STORM-625: Don't leak netty clients when worker moves or reuse netty client.	
  * STORM-682: supervisor should handle worker state corruption gracefully.
  * STORM-446: Allow superusers to impersonate other users in secure mode.