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/04/06 19:21:28 UTC

[3/3] storm git commit: Updating CHANGELOG with Storm-750

Updating CHANGELOG with Storm-750


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

Branch: refs/heads/master
Commit: a6935d4befc2c5f751f40a4107ccb9d7f5e17db3
Parents: 0cfb651
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Mon Apr 6 12:21:10 2015 -0500
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Mon Apr 6 12:21:10 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a6935d4b/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d86d14b..8d0a846 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-750: Set Config serialVersionUID
  * STORM-713: Include topic information with Kafka metrics.
  * STORM-708: CORS support for STORM UI.
  * STORM-615: Add REST API to upload topology.