You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2016/01/11 16:18:24 UTC

[3/3] storm git commit: Added STORM-1160 to Changelog

Added STORM-1160 to Changelog


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

Branch: refs/heads/master
Commit: 405b4beaf094b782dec3f7bb324a90e39198cc84
Parents: e6e532e
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Mon Jan 11 09:17:48 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Mon Jan 11 09:17:48 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/405b4bea/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72d756b..2eddb48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1160: Add hadoop-auth dependency needed for storm-core
  * STORM-1404: Fix Mockito test failures in storm-kafka.
  * STORM-1379: Removed Redundant Structure
  * STORM-706: Clarify examples README for IntelliJ.