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/08 05:05:50 UTC

[6/6] storm git commit: STORM-2482: CHANGELOG

STORM-2482: CHANGELOG


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

Branch: refs/heads/master
Commit: 0639244f7127e57afae46136daf296155704ced9
Parents: f342d5c
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon May 8 14:05:06 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon May 8 14:05:06 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/0639244f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c713f5d..4343c28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -243,6 +243,7 @@
  * STORM-1769: Added a test to check local nimbus with notifier plugin
 
 ## 1.1.1
+ * STORM-2482: Refactor the Storm auto credential plugins to be more usable
  * STORM-2343: New Kafka spout can stop emitting tuples if more than maxUncommittedOffsets tuples fail at once.
  * STORM-2488: The UI user Must be HTTP
  * STORM-2315: New kafka spout can't commit offset when ack is disabled