summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-01-07 14:12:42 +0000
committerGitHub <noreply@github.com>2020-01-07 14:12:42 +0000
commit9824a39d807d2d13424095743761930b853fb08f (patch)
treeb043c47b3593a7a3717cf4677e9a731ea256d5dd /changelog.d
parentport BackgroundUpdateTestCase to HomeserverTestCase (#6653) (diff)
downloadsynapse-9824a39d807d2d13424095743761930b853fb08f.tar.xz
Async/await for background updates (#6647)
so that bg update routines can be async
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6647.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6647.misc b/changelog.d/6647.misc
new file mode 100644
index 0000000000..fbe7c0e7db
--- /dev/null
+++ b/changelog.d/6647.misc
@@ -0,0 +1 @@
+Port core background update routines to async/await.