summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2023-03-03 15:22:06 +0100
committerGitHub <noreply@github.com>2023-03-03 14:22:06 +0000
commit6b6e91e6106e84c391c9635fc830aa6081119c71 (patch)
tree78a7e30b6613805efc4c54662b14ec2f352e8bc1 /changelog.d
parentCombine AbstractStreamIdTracker and AbstractStreamIdGenerator. (#15192) (diff)
downloadsynapse-6b6e91e6106e84c391c9635fc830aa6081119c71.tar.xz
Fix ICU tests on alpine / macOS. (#15177)
The word boundary behaviour is slightly different, consider it
acceptable for the tests.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15177.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15177.bugfix b/changelog.d/15177.bugfix
new file mode 100644
index 0000000000..b9764947eb
--- /dev/null
+++ b/changelog.d/15177.bugfix
@@ -0,0 +1 @@
+Fix test_icu_word_boundary_punctuation for alpine / macos installed ICU versions.