diff options
author | Erik Johnston <erik@matrix.org> | 2015-07-21 10:23:04 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-07-21 10:23:04 +0100 |
commit | 308454e610af61d3e6704ae4ba17fbe3ff372322 (patch) | |
tree | 3e4c10adab9243a7db6eed551af84048446b0ca2 | |
parent | Bump change log and version to v0.9.4-rc1 (diff) | |
download | synapse-308454e610af61d3e6704ae4ba17fbe3ff372322.tar.xz |
Update CHANGES
-rw-r--r-- | CHANGES.rst | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 0337bac107..ea5304550a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,20 +3,21 @@ Changes in synapse v0.9.4-rc1 (2015-07-21) General: -* Add basic implementation of receipts. +* Add basic implementation of receipts. (SPEC-99) * Add support for configuration presets in room creation API. * Add auth event that limits the visibility of history for new users. -* Add SAML2 login/registration support. -* Add Content-Disposition headers to content repository responses. + (SPEC-134) +* Add SAML2 login/registration support. (Thanks Muthu Subramanian!) +* Add Content-Disposition headers to content repository responses. (SYN-150) * Change power level semantics so that you cannot kick, ban or change power - levels of users that have equal or greater power level than you. -* Bulk insert events where appropriate. -* Bulk verify signatures where appropriate. + levels of users that have equal or greater power level than you. (SYN-192) +* Improve performance by bulk inserting events where appropriate. +* Improve performance by bulk verifying signatures where appropriate. Configuration: -* Add support for including TLS certifcate chains. +* Add support for including TLS certificate chains. Changes in synapse v0.9.3 (2015-07-01) ====================================== |