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/12/02 02:23:27 UTC

[9/9] storm git commit: Added STORM-1218 to CHANGELOG.

Added STORM-1218 to CHANGELOG.


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

Branch: refs/heads/master
Commit: a55b0503297f7cd7a4ba3f67ef1a6b2e2b33e4c2
Parents: e0f33e7
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Tue Dec 1 17:02:09 2015 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Tue Dec 1 17:02:09 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a55b0503/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f9d920..a3a2fe6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1218: Use markdown for JavaDoc.
  * STORM-1075: Storm Cassandra connector.
  * STORM-1341: Let topology have own heartbeat timeout for multilang subprocess
  * STORM-1207: Added flux support for IWindowedBolt