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>2022-02-11 13:07:55 +0000
committerGitHub <noreply@github.com>2022-02-11 13:07:55 +0000
commit4ef39f3353ae2b2c2ccae78b93bb3a05f1911fe6 (patch)
treefcc475cd759628d61fd53291c4424789d3ededa5 /changelog.d
parentAdds misc missing type hints (#11953) (diff)
downloadsynapse-4ef39f3353ae2b2c2ccae78b93bb3a05f1911fe6.tar.xz
fix import cycle (#11965)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11965.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11965.misc b/changelog.d/11965.misc
new file mode 100644
index 0000000000..e0265e103f
--- /dev/null
+++ b/changelog.d/11965.misc
@@ -0,0 +1 @@
+Fix an import cycle in `synapse.event_auth`.