diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-02-04 12:07:05 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-02-04 12:07:05 +0000 |
commit | 5ef91b96f1cadbdf981f4e67c2dc97d0bb290d6c (patch) | |
tree | 47c7979d13fe0f1f9dc86af39065830a0289fbcc /changelog.d | |
parent | make FederationClient.send_invite async (diff) | |
parent | Merge pull request #6837 from matrix-org/rav/federation_async (diff) | |
download | synapse-5ef91b96f1cadbdf981f4e67c2dc97d0bb290d6c.tar.xz |
Merge remote-tracking branch 'origin/develop' into rav/federation_client_async
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6821.misc | 1 | ||||
-rw-r--r-- | changelog.d/6836.misc | 1 |
2 files changed, 2 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`. diff --git a/changelog.d/6836.misc b/changelog.d/6836.misc new file mode 100644 index 0000000000..232488e1e5 --- /dev/null +++ b/changelog.d/6836.misc @@ -0,0 +1 @@ +Fix stacktraces when using `ObservableDeferred` and async/await. |