diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-20 14:47:17 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-20 14:47:17 +0100 |
commit | 438a8594cb5a74478da36fe33ba98d86e2ca00fc (patch) | |
tree | f7bc9f995388bc91de0f1fa27861f8c5a75f87ce /CHANGES.md | |
parent | 1.32.0 (diff) | |
download | synapse-438a8594cb5a74478da36fe33ba98d86e2ca00fc.tar.xz |
Update v1.32.0 changelog. It's m.login.application_service, not plural v1.32.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 4d48a321c6..482863c0e8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ Synapse 1.32.0 (2021-04-20) This release removes the deprecated `GET /_synapse/admin/v1/users/<user_id>` admin API. Please use the [v2 API](https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/user_admin_api.rst#query-user-account) instead, which has improved capabilities. -This release requires Application Services to use type `m.login.application_services` when registering users via the `/_matrix/client/r0/register` endpoint to comply with the spec. Please ensure your Application Services are up to date. +This release requires Application Services to use type `m.login.application_service` when registering users via the `/_matrix/client/r0/register` endpoint to comply with the spec. Please ensure your Application Services are up to date. Bugfixes -------- |