summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-23 15:45:39 -0400
committerGitHub <noreply@github.com>2020-07-23 15:45:39 -0400
commit83434df3812650f53c60e91fb23c2079db0fb5b8 (patch)
treef81784e35a6b4fbd015f5dab06e9101266f05c32 /changelog.d
parentPut a cache on `/state_ids` (#7931) (diff)
downloadsynapse-83434df3812650f53c60e91fb23c2079db0fb5b8.tar.xz
Update the auth providers to be async. (#7935)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7935.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7935.misc b/changelog.d/7935.misc
new file mode 100644
index 0000000000..3771f99bf2
--- /dev/null
+++ b/changelog.d/7935.misc
@@ -0,0 +1 @@
+Convert the auth providers to be async/await.