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 2015/06/09 21:44:16 UTC

[13/14] storm git commit: add STORM-852 to changelog

add STORM-852 to changelog


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

Branch: refs/heads/master
Commit: 531e9c08e544acdafc5e82ab21c8d524a8af6136
Parents: 5a6c769
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Jun 9 14:31:18 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Jun 9 14:31:18 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/531e9c08/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ea26dc..99e8a61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
 ## 0.11.0
 
 ## 0.10.0
+ * STORM-852: Replaced Apache Log4j Logger with SLF4J API
  * STORM-813: Change storm-starter's README so that it explains mvn exec:java cannot run multilang topology
  * STORM-853: Fix upload API to handle multi-args properly
  * STORM-850: Convert storm-core's logback-test.xml to log4j2-test.xml