Update CHANGES

release-v0.9.4
Erik Johnston 2015-07-21 10:23:04 +01:00
parent 712617b4b2
commit 308454e610
1 changed files with 8 additions and 7 deletions

View File

@ -3,20 +3,21 @@ Changes in synapse v0.9.4-rc1 (2015-07-21)
General: General:
* Add basic implementation of receipts. * Add basic implementation of receipts. (SPEC-99)
* Add support for configuration presets in room creation API. * Add support for configuration presets in room creation API.
* Add auth event that limits the visibility of history for new users. * Add auth event that limits the visibility of history for new users.
* Add SAML2 login/registration support. (SPEC-134)
* Add Content-Disposition headers to content repository responses. * 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 * 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. levels of users that have equal or greater power level than you. (SYN-192)
* Bulk insert events where appropriate. * Improve performance by bulk inserting events where appropriate.
* Bulk verify signatures where appropriate. * Improve performance by bulk verifying signatures where appropriate.
Configuration: Configuration:
* Add support for including TLS certifcate chains. * Add support for including TLS certificate chains.
Changes in synapse v0.9.3 (2015-07-01) Changes in synapse v0.9.3 (2015-07-01)
====================================== ======================================