summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2021-10-12 14:21:05 -0400
committerPatrick Cloke <patrickc@matrix.org>2021-10-12 14:21:05 -0400
commit9abc5f2a051f8ab49cb7a51f80bda78fbee6aa07 (patch)
tree4f32d577953922d65d981ed3a9c3a2e0f4e53b0e /changelog.d
parentAdd tests for `MediaFilePaths` (#11057) (diff)
parentFix formatting string when oEmbed errors occur. (#11061) (diff)
downloadsynapse-9abc5f2a051f8ab49cb7a51f80bda78fbee6aa07.tar.xz
Merge remote-tracking branch 'origin/release-v1.45' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11061.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11061.bugfix b/changelog.d/11061.bugfix
new file mode 100644
index 0000000000..26fb643793
--- /dev/null
+++ b/changelog.d/11061.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse v1.44.0 when logging errors during oEmbed processing.