summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-06-15 15:36:16 +0200
committerGitHub <noreply@github.com>2022-06-15 15:36:16 +0200
commit417f4cf40b3f2dc19cab6b9d17d15e43af679ae6 (patch)
tree4831646c53e43efe8aac44688da6fd7a024d1882 /changelog.d
parentClean up schema for `event_edges` (#12893) (diff)
downloadsynapse-417f4cf40b3f2dc19cab6b9d17d15e43af679ae6.tar.xz
Don't use keyword arguments when initialising modules (#13060)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13060.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13060.misc b/changelog.d/13060.misc
new file mode 100644
index 0000000000..c2376701f4
--- /dev/null
+++ b/changelog.d/13060.misc
@@ -0,0 +1 @@
+Don't instantiate modules with keyword arguments.