summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-10-24 13:05:14 +0100
committerGitHub <noreply@github.com>2022-10-24 13:05:14 +0100
commit09b588854e3a6abc4ea2eaa68bb0345f23be5ce8 (patch)
treea499bc9c5b22492047630c1a45a078f838231ee5 /changelog.d
parentOnly build aarch64 wheels for cpython manylinux (#14259) (diff)
downloadsynapse-09b588854e3a6abc4ea2eaa68bb0345f23be5ce8.tar.xz
Fix `TypeError: 'dict_keys' object is not reversible` (#14280)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14280.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14280.bugfix b/changelog.d/14280.bugfix
new file mode 100644
index 0000000000..c546d2be48
--- /dev/null
+++ b/changelog.d/14280.bugfix
@@ -0,0 +1 @@
+Fix broken outbound federation when using Python 3.7. Broke in v1.70.0rc1.