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/03/07 21:30:05 UTC

[2/2] storm git commit: Added STORM-1469 to Changelog

Added STORM-1469 to Changelog


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

Branch: refs/heads/1.x-branch
Commit: 23a5392522dd5ffc82c40ad5c2a5366bf40ce0fd
Parents: a70e344
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Mon Mar 7 14:09:52 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Mon Mar 7 14:10:36 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/23a53925/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index acb72a0..898a17e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.0
+ * STORM-1469: Adding Plain Sasl Transport Plugin
  * STORM-1588: Do not add event logger details if number of event loggers is zero
  * STORM-1606: print the information of testcase which is on failure
  * STORM-1436: Set Travis Heap size to fit in memory limits in travis builds.