diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-17 14:00:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-17 14:00:23 +0000 |
commit | 676cf2ee267cedd05109678dece0227fd1801423 (patch) | |
tree | baf89a653b814ce4bd60578a1fbfc56ce9729421 /changelog.d | |
parent | sign_request -> build_auth_headers (#4408) (diff) | |
download | synapse-676cf2ee267cedd05109678dece0227fd1801423.tar.xz |
Fix incorrect logcontexts after a Deferred was cancelled (#4407)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4407.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4407.bugfix b/changelog.d/4407.bugfix new file mode 100644 index 0000000000..54c5e76d1f --- /dev/null +++ b/changelog.d/4407.bugfix @@ -0,0 +1 @@ +Fix incorrect logcontexts after a Deferred was cancelled |