summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-02-03 18:05:44 +0000
committerGitHub <noreply@github.com>2020-02-03 18:05:44 +0000
commitb9391c957572224c3a7c22870102fcbd24dea4e0 (patch)
treecfd40c5ef65b057ef803bc972c9f7d713cde5f45 /changelog.d
parentFix stacktraces when using ObservableDeferred and async/await (#6836) (diff)
downloadsynapse-b9391c957572224c3a7c22870102fcbd24dea4e0.tar.xz
Add typing to SyncHandler (#6821)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6821.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6821.misc b/changelog.d/6821.misc
new file mode 100644
index 0000000000..1d5265d5e2
--- /dev/null
+++ b/changelog.d/6821.misc
@@ -0,0 +1 @@
+Add type hints to `SyncHandler`.