Skip to content

Commit

Permalink
Add icu_plurals and fixed_decimal changes to CHANGELOG (#4305)
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Nov 15, 2023
1 parent f11af86 commit 92985aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
- Expose if a date is in a leap year (https://github.com/unicode-org/icu4x/pull/4273)
- `icu_locid`
- Canonicalize transform extensions to lowercase (https://github.com/unicode-org/icu4x/pull/4134)
- `icu_plurals`
- Experimental `PluralRulesWithRanges` for selecting the plural category for ranges (https://github.com/unicode-org/icu4x/issues/3012)
- `icu_properties`
- Support Indic_Syllabic_Category in icu_properties. (https://github.com/unicode-org/icu4x/pull/4176)
- Add enum constants for new Unicode 15.1 Line_Break properties. (https://github.com/unicode-org/icu4x/issues/4132)
Expand All @@ -33,6 +35,8 @@
- `databake`
- Add implementations for `HashSet`, `HashMap`, `BTreeSet`, `BTreeMap` (https://github.com/unicode-org/icu4x/pull/4268, https://github.com/unicode-org/icu4x/pull/4274, https://github.com/unicode-org/icu4x/pull/4295)
- Improvements to `databake::test_bake!()` (https://github.com/unicode-org/icu4x/pull/4182)
- `fixed_decimal`
- Experimental rounding increment support (https://github.com/unicode-org/icu4x/pull/4219)
- `litemap`
- Implement `databake::Bake` on `LiteMap` (https://github.com/unicode-org/icu4x/pull/4275)
- `tinystr`
Expand Down

0 comments on commit 92985aa

Please sign in to comment.