summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-17 07:08:56 -0400
committerGitHub <noreply@github.com>2020-07-17 07:08:56 -0400
commit00e57b755c0122c93b694c9926dc2440ffc65104 (patch)
treec5b9f7489c7a16502b2c955841823999ed07fc6f /changelog.d
parentConvert _base, profile, and _receipts handlers to async/await (#7860) (diff)
downloadsynapse-00e57b755c0122c93b694c9926dc2440ffc65104.tar.xz
Convert synapse.app to async/await. (#7868)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7868.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7868.misc b/changelog.d/7868.misc
new file mode 100644
index 0000000000..eadef5e4c2
--- /dev/null
+++ b/changelog.d/7868.misc
@@ -0,0 +1 @@
+Convert synapse.app and federation client to async/await.