summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-07-22 00:40:27 +0100
committerGitHub <noreply@github.com>2020-07-22 00:40:27 +0100
commit15997618e21e2398fab20300b9380b0fce2b32d1 (patch)
treea7064d8172531a623d949b91918ac1586fa1e6e2 /changelog.d
parentfix an incorrect comment (diff)
downloadsynapse-15997618e21e2398fab20300b9380b0fce2b32d1.tar.xz
Clean up PreserveLoggingContext (#7877)
This had some dead code and some just plain wrong docstrings.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7877.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7877.misc b/changelog.d/7877.misc
new file mode 100644
index 0000000000..a62aa0329c
--- /dev/null
+++ b/changelog.d/7877.misc
@@ -0,0 +1 @@
+Clean up `PreserveLoggingContext`.