From a4cf88b20f8e6e98c4411625a7f5deaa71bb2005 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 20 Feb 2025 08:13:45 -0800 Subject: [PATCH] properties --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8d6ec1214..ba978c5a50d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ - General - Some crates have been given the ability to be built without `alloc` (unicode-org#6077, unicode-org#6078) - `icu_provider` - - `GeneralCategoryGroup::contains` now accepts `self` by value (unicode-org#5952) - There is now a `data_marker!` macro (unicode-org#6072) - `icu_locale` - `LocaleExpander`, `LocaleDirectionality`, and `LocaleCanonicalizer` distinguish between `new_common()` and `new_extended()` constructors (unicode-org#5958) @@ -16,6 +15,7 @@ - Rename IsoWeekday to Weekday (unicode-org#6140) - `icu_properties` - Add to/from ICU4C APIs to enumerated properties (unicode-org#6091) + - `GeneralCategoryGroup::contains` now accepts `self` by value (unicode-org#5952) - Utils - `zerovec` - derive: Reduce number of panicky calls introduced by derive (unicode-org#6052)