summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2022-03-16 12:20:05 -0400
committerPatrick Cloke <patrickc@matrix.org>2022-03-16 12:20:05 -0400
commitf70afbd565f34cdc093e083b92376a1154b007a7 (patch)
tree3b66e971201bfaecdc4bc5345bb3ca173f724dde /CHANGES.md
parentFix bundling aggregations if unsigned is not a returned event field. (#12234) (diff)
downloadsynapse-f70afbd565f34cdc093e083b92376a1154b007a7.tar.xz
Re-generate changelog. v1.55.0rc1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 60e7ecb1b9..78498c10b5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -21,6 +21,7 @@ Bugfixes
 - Fix a bug introduced in Synapse 1.7.2 whereby background updates are never run with the default background batch size. ([\#12157](https://github.com/matrix-org/synapse/issues/12157))
 - Fix a bug where non-standard information was returned from the `/hierarchy` API. Introduced in Synapse v1.41.0. ([\#12175](https://github.com/matrix-org/synapse/issues/12175))
 - Fix a bug introduced in Synapse 1.54.0 that broke background updates on sqlite homeservers while search was disabled. ([\#12215](https://github.com/matrix-org/synapse/issues/12215))
+- Fix a long-standing bug when a `filter` argument with `event_fields` which did not include the `unsigned` field could result in a 500 error on `/sync`. ([\#12234](https://github.com/matrix-org/synapse/issues/12234))
 
 
 Improved Documentation