summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-03-22 13:15:55 +0000
committerErik Johnston <erik@matrix.org>2021-03-22 13:15:55 +0000
commite2904f720da42c47813d441a44f52eedb35f4850 (patch)
treef930bd620a36c1255d9c2498d000daf32b96fee9 /CHANGES.md
parentFix jemalloc changelog entry wording (diff)
downloadsynapse-release-v1.30.0.tar.xz
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md

index ee67a726f7..1bf9514ac2 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -1,5 +1,5 @@ -Synapse 1.30.0rc1 (2021-03-16) -============================== +Synapse 1.30.0 (2021-03-22) +=========================== Note that this release deprecates the ability for appservices to call `POST /_matrix/client/r0/register` without the body parameter `type`. Appservice @@ -8,6 +8,13 @@ per [the spec](https://matrix.org/docs/spec/application_service/r0.1.2#server-ad In future releases, calling this endpoint with an access token - but without a `m.login.application_service` type - will fail. + +No significant changes. + + +Synapse 1.30.0rc1 (2021-03-16) +============================== + Features --------