diff options
author | Erik Johnston <erik@matrix.org> | 2015-07-21 10:29:55 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-07-21 10:30:51 +0100 |
commit | 5e88d51fb9b31f3987e9c8aa33e156132b5c6b00 (patch) | |
tree | 199ce703f3f887076cf8ea991388f273df24aaaf | |
parent | Update CHANGES (diff) | |
download | synapse-github/release-v0.9.4.tar.xz |
Add note about e2e APIs v0.9.4-rc1 github/release-v0.9.4 release-v0.9.4
-rw-r--r-- | CHANGES.rst | 1 |
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. |