summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-05-26 13:46:22 -0400
committerGitHub <noreply@github.com>2020-05-26 13:46:22 -0400
commitef884f6d04f07556d6649087b6ba1d107a628838 (patch)
treeeebdefd4b63d59270bcd453b01e4640ab2562ad6 /changelog.d
parentReplace device_27_unique_idx bg update with a fg one (#7562) (diff)
downloadsynapse-ef884f6d04f07556d6649087b6ba1d107a628838.tar.xz
Convert identity handler to async/await. (#7561)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7561.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7561.misc b/changelog.d/7561.misc
new file mode 100644
index 0000000000..448dbd5699
--- /dev/null
+++ b/changelog.d/7561.misc
@@ -0,0 +1 @@
+Convert the identity handler to async/await.