summary refs log tree commit diff
path: root/changelog.d/11677.bugfix
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-07 14:22:13 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-07 14:22:13 +0000
commit6a04767439ec15123c1aa7cac614155652d71c6a (patch)
treefc35840da859551bbf8500e6ce5b52ddcf4476a8 /changelog.d/11677.bugfix
parentBundle aggregations outside of the serialization method. (#11612) (diff)
parentMove changelog entry for drop of support to 'Deprecations and Removals' (diff)
downloadsynapse-6a04767439ec15123c1aa7cac614155652d71c6a.tar.xz
Merge branch 'release-v1.50' into develop
Diffstat (limited to 'changelog.d/11677.bugfix')
-rw-r--r--changelog.d/11677.bugfix1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/11677.bugfix b/changelog.d/11677.bugfix
deleted file mode 100644
index 5691064a30..0000000000
--- a/changelog.d/11677.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix wrong variable reference in `SimpleHttpClient.get_json` that results in the absence of the `Accept` header in the request.