summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-10-18 19:43:36 +0200
committerGitHub <noreply@github.com>2019-10-18 19:43:36 +0200
commit93eaeec75a2d3be89df0040b1374d339e92bb9b9 (patch)
treeb0f628ee589454ee8012a905116f4696933351d5 /changelog.d
parentMerge branch 'uhoreg/e2e_cross-signing_merged' into develop (diff)
downloadsynapse-93eaeec75a2d3be89df0040b1374d339e92bb9b9.tar.xz
Remove Auth.check method (#6217)
This method was somewhat redundant, and confusing.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6217.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6217.misc b/changelog.d/6217.misc
new file mode 100644
index 0000000000..503352ee0b
--- /dev/null
+++ b/changelog.d/6217.misc
@@ -0,0 +1 @@
+Remove Auth.check method.