From 5e88d51fb9b31f3987e9c8aa33e156132b5c6b00 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 21 Jul 2015 10:29:55 +0100 Subject: [PATCH] Add note about e2e APIs --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) 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.