You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by kn...@apache.org on 2015/03/17 18:58:39 UTC

[4/4] storm git commit: Updating CHANGELOG for STORM-681

Updating CHANGELOG for STORM-681


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

Branch: refs/heads/master
Commit: 1ea378d78daa5176bff5464200aca4d92b102d6e
Parents: 3f4e666
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Tue Mar 17 12:58:03 2015 -0500
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Tue Mar 17 12:58:03 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/1ea378d7/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 841bc6a..f82cd55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.10.0
+ * STORM-681: Auto insert license header with genthrift.sh
  * STORM-707: Client (Netty): improve logging to help troubleshooting connection woes
  * STORM-699: storm-jdbc should support custom insert queries. 
  * STORM-625: Don't leak netty clients when worker moves or reuse netty client.