summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-09-15 15:53:05 +0100
committerKegan Dougal <kegan@matrix.org>2014-09-15 15:53:05 +0100
commit688c37ebf4357064f9d9bac01797800cade991a5 (patch)
tree028dd80df17c5ff0b38dde95b4b7f49b225da354 /CHANGES.rst
parentBe consistent when associating keys with login types for registration/login. (diff)
downloadsynapse-688c37ebf4357064f9d9bac01797800cade991a5.tar.xz
Updated CHANGES and UPGRADE to reflect registration API changes.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d3beea3ede..0853c0312c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,14 @@
+Latest
+======
+
+Registration API:
+ * The registration API has been overhauled to function like the login API. In
+   practice, this means registration requests must now include the following:
+   'type':'m.login.password'. See UPGRADE for more information on this.
+ * The 'user_id' key has been renamed to 'user' to better match the login API.
+ * There is an additional login type: 'm.login.email.identity'.
+ * The command client and web client have been updated to reflect these changes.
+
 Changes in synapse 0.2.3 (2014-09-12)
 =====================================