Skip to content

Commit

Permalink
Fix a typo for icu_segmenter in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aethanyc committed May 24, 2024
1 parent 645ac51 commit b15f63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- Updated grapheme cluster segmenter rules to Unicode 15.1 (https://github.com/unicode-org/icu4x/pull/4536)
- Updated sentence segmenter rules to Unicode 15.1 (https://github.com/unicode-org/icu4x/pull/4625)
- Updated word segmenter rules to Unicode 15.1 (https://github.com/unicode-org/icu4x/pull/4625)
- Fixed `word_type()` and `is_word_like()` on `WordBreakIterator` for the last segmenter in complex script (https://github.com/unicode-org/icu4x/pull/4903)
- Fixed `word_type()` and `is_word_like()` on `WordBreakIterator` for the last segment in complex script (https://github.com/unicode-org/icu4x/pull/4903)
- `icu_timezone`
- Added `TimeZoneIdMapper` to replace `IanaToBcp47Mapper` (https://github.com/unicode-org/icu4x/pull/4774)
- Data model and providers
Expand Down

0 comments on commit b15f63c

Please sign in to comment.