summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-06-01 07:28:43 -0400
committerGitHub <noreply@github.com>2020-06-01 07:28:43 -0400
commit6af9cdca24f8505cc30b117fb30bda94ae3a6fbf (patch)
treeb7428404843d242a198b6d0bddfb154908a095cd /changelog.d
parentDon't fail all of an iteration of the device list retry loop on error (#7609) (diff)
downloadsynapse-6af9cdca24f8505cc30b117fb30bda94ae3a6fbf.tar.xz
Convert groups local and server to async/await. (#7600)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7600.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7600.misc b/changelog.d/7600.misc
new file mode 100644
index 0000000000..3c2affbe6f
--- /dev/null
+++ b/changelog.d/7600.misc
@@ -0,0 +1 @@
+Convert groups handlers to async/await.