diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-15 15:53:05 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-15 15:53:05 +0100 |
commit | 688c37ebf4357064f9d9bac01797800cade991a5 (patch) | |
tree | 028dd80df17c5ff0b38dde95b4b7f49b225da354 /CHANGES.rst | |
parent | Be consistent when associating keys with login types for registration/login. (diff) | |
download | synapse-688c37ebf4357064f9d9bac01797800cade991a5.tar.xz |
Updated CHANGES and UPGRADE to reflect registration API changes.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 11 |
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) ===================================== |