summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-03-07 13:34:06 +0000
committerDavid Robertson <davidr@element.io>2023-03-07 13:34:06 +0000
commit2af1a982c17c599409192969c3aeb547f0998ee6 (patch)
tree36c8093bfc4c7076fff029c59a6cded55a250c0a /CHANGES.md
parentUpdate changelog (diff)
downloadsynapse-2af1a982c17c599409192969c3aeb547f0998ee6.tar.xz
Remove duplicate entry from changelog v1.79.0rc1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 25567d9ad7..212ebe2f36 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -22,7 +22,6 @@ Bugfixes
 - Fix a long-standing bug where a URL preview would break if the discovered oEmbed failed to download. ([\#15092](https://github.com/matrix-org/synapse/issues/15092))
 - Fix a long-standing bug where an initial sync would not respond to changes to the list of ignored users if there was an initial sync cached. ([\#15163](https://github.com/matrix-org/synapse/issues/15163))
 - Add the `transaction_id` in the events included in many endpoints' responses. ([\#15174](https://github.com/matrix-org/synapse/issues/15174))
-- Fix `test_icu_word_boundary_punctuation` for Alpine acos installed ICU versions. ([\#15177](https://github.com/matrix-org/synapse/issues/15177))
 - Fix a bug introduced in Synapse 1.78.0 where requests to claim dehydrated devices would fail with a `405` error. ([\#15180](https://github.com/matrix-org/synapse/issues/15180))
 - Stop applying edits when bundling aggregations, per [MSC3925](https://github.com/matrix-org/matrix-spec-proposals/pull/3925). ([\#15193](https://github.com/matrix-org/synapse/issues/15193))
 - Fix a long-standing bug where the user directory search was not case-insensitive for accented characters. ([\#15143](https://github.com/matrix-org/synapse/issues/15143))