diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-14 07:24:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-14 07:24:26 -0400 |
commit | 894dae74fe8e79911c3c001c8b84620ef3985bf6 (patch) | |
tree | 3ba58a280c6db5eb89e116ef528061592ce8f987 /changelog.d | |
parent | Remove a space at the start of a changelog entry. (diff) | |
download | synapse-894dae74fe8e79911c3c001c8b84620ef3985bf6.tar.xz |
Convert misc database code to async (#8087)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8087.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8087.misc b/changelog.d/8087.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8087.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |