summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-05-04 09:53:21 -0400
committerGitHub <noreply@github.com>2022-05-04 13:53:21 +0000
commitba3fd54badb0e11d4dc79488e2ab3099fc03a1e8 (patch)
tree38a52da27e8ed4d4a397474fa6763960238733c3 /changelog.d
parentImprove logging for cancelled requests (#12587) (diff)
downloadsynapse-ba3fd54badb0e11d4dc79488e2ab3099fc03a1e8.tar.xz
Remove unstable/unspecced login types. (#12597)
* `m.login.jwt`, which was never specced and has been deprecated
  since Synapse 1.16.0. (`org.matrix.login.jwt` can be used instead.)
* `uk.half-shot.msc2778.login.application_service`, which was
  stabilized as part of the Matrix spec v1.2 release.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12597.removal2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/12597.removal b/changelog.d/12597.removal
new file mode 100644
index 0000000000..7927f1d68d
--- /dev/null
+++ b/changelog.d/12597.removal
@@ -0,0 +1,2 @@
+Remove the unspecified `m.login.jwt` login type and the unstable `uk.half-shot.msc2778.login.application_service` from 
+[MSC2778](https://github.com/matrix-org/matrix-doc/pull/2778).