Added STORM-708 to CHANGELOG.
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/20084ba3 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/20084ba3 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/20084ba3 Branch: refs/heads/nimbus-ha-branch Commit: 20084ba3405ac0ef089fa5b951e9f64f9e0f6f50 Parents: 33f1a4e Author: Sriharsha Chintalapani <[email protected]> Authored: Tue Mar 31 20:44:13 2015 -0700 Committer: Sriharsha Chintalapani <[email protected]> Committed: Tue Mar 31 20:44:13 2015 -0700 ---------------------------------------------------------------------- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/20084ba3/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index d11d5a6..bb1e4e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 0.11.0 - * STORM:615: Add REST API to upload topology. + * STORM-708: CORS support for STORM UI. + * STORM-615: Add REST API to upload topology. * STORM-741: Allow users to pass a config value to perform impersonation. * STORM-724: Document RedisStoreBolt and RedisLookupBolt which is missed. * STORM-711: All connectors should use collector.reportError and tuple anchoring.
