summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-06-22 07:18:00 -0400
committerGitHub <noreply@github.com>2020-06-22 07:18:00 -0400
commite060bf44625da4aa0a61fc792c3ef9af8ad05769 (patch)
tree54fa2035f869a10cb377bf49cbf2318933ca0568 /changelog.d
parentSpeed up state res v2 across large state differences. (#7725) (diff)
downloadsynapse-e060bf44625da4aa0a61fc792c3ef9af8ad05769.tar.xz
Convert directory handler to async/await (#7727)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7727.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7727.misc b/changelog.d/7727.misc
new file mode 100644
index 0000000000..4d12d10fda
--- /dev/null
+++ b/changelog.d/7727.misc
@@ -0,0 +1 @@
+Convert directory handler to async/await.