diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-01 09:21:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 09:21:48 -0400 |
commit | 54f8d73c005cf0401d05fc90e857da253f9d1168 (patch) | |
tree | 438e00a60e97c57d150d42c8d884d5ef0fe0f1da /changelog.d | |
parent | Convert the well known resolver to async (#8214) (diff) | |
download | synapse-54f8d73c005cf0401d05fc90e857da253f9d1168.tar.xz |
Convert additional databases to async/await (#8199)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8199.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8199.misc b/changelog.d/8199.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8199.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |