diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-07 17:58:50 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-07 17:58:50 +0100 |
commit | ac29318b8415b3c066ed846688eb6306f691010f (patch) | |
tree | 514d279ea772f9d4f0916749f0ed77b386ce2be8 | |
parent | Add JIRA issue id (diff) | |
download | synapse-ac29318b8415b3c066ed846688eb6306f691010f.tar.xz |
Add link to registration spec
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 644244f2d3..c1f3460bb5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,7 @@ General: * Add support for using a PostgreSQL database instead of SQLite. See `docs/postgres.rst`_ for details. -* Add password change and reset APIs. +* Add password change and reset APIs. See `Registration`_ in the spec. * Fix memory leak due to not releasing stale notifiers - SYN-339. * Fix race in caches that occasionally caused some presence updates to be dropped - SYN-369. @@ -42,6 +42,7 @@ Application services: has the same format as the old ``/register`` request. .. _`docs/postgres.rst`: docs/postgres.rst +.. _`Registration`: https://github.com/matrix-org/matrix-doc/blob/master/specification/10_client_server_api.rst#registration .. _`Retrieving Server Keys`: https://github.com/matrix-org/matrix-doc/blob/6f2698/specification/30_server_server_api.rst#retrieving-server-keys .. _`Application Services`: https://github.com/matrix-org/matrix-doc/blob/0c6bd9/specification/25_application_service_api.rst#home-server---application-service-api |