You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2017/05/18 11:30:58 UTC

[3/3] storm git commit: STORM-2501: CHANGELOG

STORM-2501: CHANGELOG


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

Branch: refs/heads/master
Commit: a1c1ecfb27d5c187457952bdb485332d52bc47d2
Parents: c4988c9
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu May 18 20:30:41 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu May 18 20:30:41 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a1c1ecfb/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af9502f..024f861 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -249,6 +249,7 @@
  * STORM-1769: Added a test to check local nimbus with notifier plugin
 
 ## 1.1.1
+ * STORM-2501: Auto populate Hive Credentials
  * STORM-2496: Dependency artifacts should be uploaded to blobstore with READ permission for all
  * STORM-2512: Make constructor public and add one more builder constructor
  * STORM-2482: Refactor the Storm auto credential plugins to be more usable