summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-07-21 10:29:55 +0100
committerErik Johnston <erik@matrix.org>2015-07-21 10:30:51 +0100
commit5e88d51fb9b31f3987e9c8aa33e156132b5c6b00 (patch)
tree199ce703f3f887076cf8ea991388f273df24aaaf /CHANGES.rst
parentUpdate CHANGES (diff)
downloadsynapse-release-v0.9.4.tar.xz
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst

index ea5304550a..80e2fb5da6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst
@@ -9,6 +9,7 @@ General: (SPEC-134) * Add SAML2 login/registration support. (Thanks Muthu Subramanian!) * Add Content-Disposition headers to content repository responses. (SYN-150) +* Add client side key management APIs for end to end encryption. * 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. (SYN-192) * Improve performance by bulk inserting events where appropriate.