summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-09-01 09:15:22 -0400
committerGitHub <noreply@github.com>2020-09-01 09:15:22 -0400
commit5bf8e5f55b49f9e46a7fe7d7872e6b16d38bffd3 (patch)
tree3874f5dd751f7626b2b75b4280b0f93db0475072 /changelog.d
parentConvert additional databases to async/await part 2 (#8200) (diff)
downloadsynapse-5bf8e5f55b49f9e46a7fe7d7872e6b16d38bffd3.tar.xz
Convert the well known resolver to async (#8214)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8214.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8214.misc b/changelog.d/8214.misc
new file mode 100644
index 0000000000..e26764dea1
--- /dev/null
+++ b/changelog.d/8214.misc
@@ -0,0 +1 @@
+ Convert various parts of the codebase to async/await.