summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-19 07:09:24 -0400
committerGitHub <noreply@github.com>2020-08-19 07:09:24 -0400
commitd89692ea843f5c67c87ac4c992575015b359c5a0 (patch)
treee3d65223eafba87204876ba97a4314b4034e387d /changelog.d
parentRemove the unused inlineCallbacks code-paths in the caching code (#8119) (diff)
downloadsynapse-d89692ea843f5c67c87ac4c992575015b359c5a0.tar.xz
Convert runWithConnection to async. (#8121)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8121.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8121.misc b/changelog.d/8121.misc
new file mode 100644
index 0000000000..dfe4c03171
--- /dev/null
+++ b/changelog.d/8121.misc
@@ -0,0 +1 @@
+Convert various parts of the codebase to async/await.