You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2014/04/25 23:18:43 UTC

[3/3] git commit: STORM-223: update changelog

STORM-223: update changelog


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

Branch: refs/heads/master
Commit: dc4de425eef5701ccafe0805f08eeb011baae0fb
Parents: b0f6e00
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Apr 25 17:18:28 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Apr 25 17:18:28 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/dc4de425/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c63b82..940d1c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * STORM-223: use safe parsing for reading YAML
  * STORM-238: LICENSE and NOTICE files are duplicated in storm-core jar
  * STORM-276: Add support for logviewer in storm.cmd.
  * STORM-286: Use URLEncoder#encode with the encoding specified.