summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-30 11:43:51 +0100
committerGitHub <noreply@github.com>2019-10-30 11:43:51 +0100
commitb4465564cc89c154cf665b9de39a2f38f87ef41c (patch)
treebbe0967729ea48a5d962b157c6e762c83295b054 /changelog.d
parentFix CI for synapse_port_db (#6276) (diff)
parentDon't return coroutines (diff)
downloadsynapse-b4465564cc89c154cf665b9de39a2f38f87ef41c.tar.xz
Merge pull request #6279 from matrix-org/erikj/federation_server_async_await
Port federation_server to async/await
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6279.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6279.misc b/changelog.d/6279.misc
new file mode 100644
index 0000000000..5f5144a9ee
--- /dev/null
+++ b/changelog.d/6279.misc
@@ -0,0 +1 @@
+Port `federation_server.py` to async/await.