summary refs log tree commit diff
path: root/changelog.d/6276.misc
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-29 15:52:39 +0000
committerErik Johnston <erik@matrix.org>2019-10-29 15:52:39 +0000
commit74c1e16106fca0ec9126c3e218cd7763330c5cb0 (patch)
treeb6c8f4148e647e0f11f7125f140954d023ed84d6 /changelog.d/6276.misc
parentMake concurrently_execute work with async/await (diff)
parentFix CI for synapse_port_db (#6276) (diff)
downloadsynapse-74c1e16106fca0ec9126c3e218cd7763330c5cb0.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/federation_server_async_await
Diffstat (limited to 'changelog.d/6276.misc')
-rw-r--r--changelog.d/6276.misc2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/6276.misc b/changelog.d/6276.misc
index 5f5144a9ee..4a4428251e 100644
--- a/changelog.d/6276.misc
+++ b/changelog.d/6276.misc
@@ -1 +1 @@
-Port `federation_server.py` to async/await.
+Add a CI job to test the `synapse_port_db` script.