summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-06-16 08:06:17 -0400
committerGitHub <noreply@github.com>2020-06-16 08:06:17 -0400
commit98c4e35e3c0659d1cedd716d11c33fb3474f548e (patch)
tree4352501fe48a7aca0ec8cecfcdc7b66042119497 /changelog.d
parentCreate a ListenerConfig object (#7681) (diff)
downloadsynapse-98c4e35e3c0659d1cedd716d11c33fb3474f548e.tar.xz
Convert the device message and pagination handlers to async/await. (#7678)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7678.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7678.misc b/changelog.d/7678.misc
new file mode 100644
index 0000000000..ab612200ce
--- /dev/null
+++ b/changelog.d/7678.misc
@@ -0,0 +1 @@
+Convert the device message and pagination handlers to async/await.