summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-05-26 20:30:41 +0200
committerBrendan Abolivier <babolivier@matrix.org>2020-05-26 20:30:41 +0200
commit98483890eed9bb802cb342331cc109b0d399288c (patch)
tree4e8803328fe4dd6401413eab50cf869d18005afe /changelog.d
parentRemove the changes to the debian changelog (diff)
parentConvert identity handler to async/await. (#7561) (diff)
downloadsynapse-98483890eed9bb802cb342331cc109b0d399288c.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into develop
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.