diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-01 09:15:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 09:15:22 -0400 |
commit | 5bf8e5f55b49f9e46a7fe7d7872e6b16d38bffd3 (patch) | |
tree | 3874f5dd751f7626b2b75b4280b0f93db0475072 /changelog.d | |
parent | Convert additional databases to async/await part 2 (#8200) (diff) | |
download | synapse-5bf8e5f55b49f9e46a7fe7d7872e6b16d38bffd3.tar.xz |
Convert the well known resolver to async (#8214)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8214.misc | 1 |
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. |