summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-20 14:47:17 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-20 14:47:17 +0100
commit438a8594cb5a74478da36fe33ba98d86e2ca00fc (patch)
treef7bc9f995388bc91de0f1fa27861f8c5a75f87ce
parent 1.32.0 (diff)
downloadsynapse-438a8594cb5a74478da36fe33ba98d86e2ca00fc.tar.xz
Update v1.32.0 changelog. It's m.login.application_service, not plural v1.32.0
-rw-r--r--CHANGES.md2
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
 --------