diff options
author | Erik Johnston <erik@matrix.org> | 2015-11-05 18:06:18 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-11-05 18:06:18 +0000 |
commit | 545a7b291a95b891622d9fcf72299ae6006ca526 (patch) | |
tree | 735d94bcc9d6dd854a192cec1ab010bc43ca23c0 /CHANGES.rst | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.11.0 (diff) | |
download | synapse-545a7b291a95b891622d9fcf72299ae6006ca526.tar.xz |
Remove anonymous access, since its not ready yet
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 9fd207dc64..5a63ae6568 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,9 +8,8 @@ Changes in synapse v0.11.0-rc1 (XXXX-XX-XX) * Add the login fallback API (PR #330) * Add room context API (PR #334) * Add room tagging support (PR #335) -* Add anonymous access support (PR #344, #345, #348) * Update v2 /sync API to match spec (PR #305, #316, #321, #332, #337, #341) -* Change retry schedule for remote application services (PR #320) +* Change retry schedule for application services (PR #320) * Change retry schedule for remote servers (PR #340) * Fix bug where we hosted static content in the incorrect place (PR #329) * Fix bug where we didn't increment retry interval for remote servers (PR #343) |