diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-04-01 10:19:17 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-04-01 10:19:17 +0100 |
commit | 9fa8bda09915b83aab1b5de1760dceafe1d87e07 (patch) | |
tree | 3c8d7e4bc69871ac1316a5763d885e5f7a9ba7d7 /CHANGES.rst | |
parent | Add same user_id char checks as registration. (diff) | |
parent | Fix thinko whereby events *for the AS specifically* were not passed on. (diff) | |
download | synapse-9fa8bda09915b83aab1b5de1760dceafe1d87e07.tar.xz |
Merge branch 'develop' into application-services-registration-script
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index da31af9606..cf6c984d50 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +Changes in synapse vX +===================== + +* Changed config option from ``disable_registration`` to + ``enable_registration``. Old option will be ignored. + + Changes in synapse v0.8.1 (2015-03-18) ====================================== |