summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-08-21 13:07:37 +0100
committerErik Johnston <erik@matrix.org>2015-08-21 13:07:37 +0100
commitb9490e8cbb384a6ec1612a26305c2700a0365046 (patch)
treec77d779cc33346261b06567dcf14dc78d522daab /CHANGES.rst
parentMerge branch 'erikj/user_dedup' into release-v0.10.0 (diff)
downloadsynapse-b9490e8cbb384a6ec1612a26305c2700a0365046.tar.xz
Upate changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e6d1a37307..8eca8fde0d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -10,6 +10,9 @@ General:
   (PR #208)
 * Add support for logging in with email address (PR #234)
 * Add support for new ``m.room.canonical_alias`` event. (PR #233)
+* Change synapse to treat user IDs case insensitively during registration and
+  login. (If two users already exist with case insensitive matching user ids,
+  synapse will continue to require them to specify their user ids exactly.)
 * Error if a user tries to register with an email already in use. (PR #211)
 * Add extra and improve existing caches  (PR #212, #219, #226, #228)
 * Batch various storage request (PR #226, #228)