summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-03 08:29:01 -0400
committerGitHub <noreply@github.com>2020-08-03 08:29:01 -0400
commit2a89ce8cd4d563ef22995882e9548f1aff3e42f1 (patch)
treeed4ffbf87f15f4924aef0851a8b9b10377192fea /changelog.d
parentAllow guests to operate in encrypted rooms (#7314) (diff)
downloadsynapse-2a89ce8cd4d563ef22995882e9548f1aff3e42f1.tar.xz
Convert the crypto module to async/await. (#8003)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8003.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8003.misc b/changelog.d/8003.misc
new file mode 100644
index 0000000000..dfe4c03171
--- /dev/null
+++ b/changelog.d/8003.misc
@@ -0,0 +1 @@
+Convert various parts of the codebase to async/await.