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:07 -0400
committerGitHub <noreply@github.com>2020-08-19 07:09:07 -0400
commitd294f0e7e18f4ba91b5ca6a944758d5b92d1ea2a (patch)
tree2502292d2dba854d3dc781b75e37aa606ceeb40c /changelog.d
parentSeparate `get_current_token` into two. (#8113) (diff)
downloadsynapse-d294f0e7e18f4ba91b5ca6a944758d5b92d1ea2a.tar.xz
Remove the unused inlineCallbacks code-paths in the caching code (#8119)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8119.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8119.misc b/changelog.d/8119.misc
new file mode 100644
index 0000000000..dfe4c03171
--- /dev/null
+++ b/changelog.d/8119.misc
@@ -0,0 +1 @@
+Convert various parts of the codebase to async/await.