You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pa...@apache.org on 2015/04/10 01:36:07 UTC

[3/3] storm git commit: Added STORM-749 to CHANGELOG.

Added STORM-749 to CHANGELOG.


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

Branch: refs/heads/0.10.x-branch
Commit: 561bad88aff3391445165fa417c994bbbbf95137
Parents: 8663fa6
Author: Parth Brahmbhatt <br...@gmail.com>
Authored: Thu Apr 9 16:20:39 2015 -0700
Committer: Parth Brahmbhatt <br...@gmail.com>
Committed: Thu Apr 9 16:20:39 2015 -0700

----------------------------------------------------------------------
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/561bad88/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de07020..91ff04d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -87,7 +87,8 @@
  * STORM-634: Storm serialization changed to thrift to support rolling upgrade.
  * STORM-570: Switch from tablesorter to datatables jquery plugin.
  * STORM-723: Remove RedisStateSetUpdater / RedisStateSetCountQuerier which didn't tested and have a bug
-
+ * STORM-749: Removing CSRF check from REST API.
+ 
 ## 0.9.3-rc2
  * STORM-558: change "swap!" to "reset!" to fix assignment-versions in supervisor
  * STORM-555: Storm json response should set charset to UTF-8