diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-07 12:17:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 12:17:17 -0400 |
commit | f3fe6961b211d898aa347771df598c531fbca90c (patch) | |
tree | 2389d40f2742f84264b3688edff377774dbfc495 /changelog.d | |
parent | Clarify that undoing a shutdown might not be possible (#8010) (diff) | |
download | synapse-f3fe6961b211d898aa347771df598c531fbca90c.tar.xz |
Convert additional database stores to async/await (#8045)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8045.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8045.misc b/changelog.d/8045.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8045.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |