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/12/11 05:57:39 UTC

[3/3] storm git commit: Adding STORM-1359 to CHANGELOG

Adding STORM-1359 to CHANGELOG


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

Branch: refs/heads/master
Commit: 84820265bf8b1790b19a2a80a0b66ba24e281de8
Parents: f3e7a02
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Thu Dec 10 22:57:00 2015 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Thu Dec 10 22:57:00 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/84820265/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e7dbbe..8cace6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1359: Change kryo links from google code to github
  * STORM-1385: Divide by zero exception in stats.clj
  * STORM-1370: Bug fixes for MultitenantScheduler
  * STORM-1374: fix random failure on WindowManagerTest