summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-02-14 09:18:44 -0500
committerGitHub <noreply@github.com>2022-02-14 09:18:44 -0500
commit738e569ed22d662f62f82f54347b8faa87e1658b (patch)
treeff1a7287fe45c1ba94a314368fcf310b81c42d83 /changelog.d
parentUse version string helper from matrix-common (#11979) (diff)
downloadsynapse-738e569ed22d662f62f82f54347b8faa87e1658b.tar.xz
Require that modules register their callbacks using keyword arguments. (#11975)
To allow for easier backwards/forwards compatibility by making
it easier to add/remove callbacks.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11975.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11975.bugfix b/changelog.d/11975.bugfix
new file mode 100644
index 0000000000..076cb2b1e1
--- /dev/null
+++ b/changelog.d/11975.bugfix
@@ -0,0 +1 @@
+Require that modules register their callbacks using keyword arguments.