summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-18 15:24:04 +0000
committerGitHub <noreply@github.com>2021-01-18 15:24:04 +0000
commitf08ef64926c986f278071f94e29c32e4ad252507 (patch)
treed383a8b44b1f40bcda2426d2f1e73004db8ad5d7 /changelog.d
parentProperly raise an exception when the body exceeds the max size. (#9145) (diff)
downloadsynapse-f08ef64926c986f278071f94e29c32e4ad252507.tar.xz
Enforce all replication HTTP clients calls use kwargs (#9144)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9144.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9144.misc b/changelog.d/9144.misc
new file mode 100644
index 0000000000..38a506b170
--- /dev/null
+++ b/changelog.d/9144.misc
@@ -0,0 +1 @@
+Enforce that replication HTTP clients are called with keyword arguments only.