diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-11 17:21:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 17:21:20 -0400 |
commit | 04faa0bfa960d9f0dc60e9cf4ec270221249b7ca (patch) | |
tree | 82624acd3b8f965337b423e5901a31d2be19cbb8 /changelog.d | |
parent | Converts event_federation and registration databases to async/await (#8061) (diff) | |
download | synapse-04faa0bfa960d9f0dc60e9cf4ec270221249b7ca.tar.xz |
Convert tags and metrics databases to async/await (#8062)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8062.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8062.misc b/changelog.d/8062.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8062.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |