summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2021-03-08 16:35:04 +0000
committerGitHub <noreply@github.com>2021-03-08 16:35:04 +0000
commitb2c4d3d72165e98b6d9c1f797d5f7013280f515d (patch)
tree847d50d474cd0d91dedcfb2533f0b2b08b355a34 /changelog.d
parentAdd type hints to purge room and server notice admin API. (#9520) (diff)
downloadsynapse-b2c4d3d72165e98b6d9c1f797d5f7013280f515d.tar.xz
Warn that /register will soon require a type when called with an access token (#9559)
This notice is giving a heads up to the planned spec compliance fix https://github.com/matrix-org/synapse/pull/9548.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9559.removal1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9559.removal b/changelog.d/9559.removal
new file mode 100644
index 0000000000..f97bf56dc0
--- /dev/null
+++ b/changelog.d/9559.removal
@@ -0,0 +1 @@
+Registering an Application Service user without using the `m.login.application_service` login type will be unsupported in an upcoming Synapse release.