From 540ca2f9c81e0725082d2884fd4a4b14b38fff45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Juli=C3=A1n=20Espina?= Date: Sat, 25 May 2024 03:13:25 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2931aa14372..5829c9e3908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ - Propagate extension keywords and auxiliary keys to explicit locales (https://github.com/unicode-org/icu4x/pull/4533) - Add baked data macros to generate `IterableDataProvider` (#4800, #4868) - Add an option to generate data from an existing `DataProvider`, instead of from sources (#4814) - - TODO (#4836) + - Implement `DeduplicationStrategy::RetainBaseLanguages` (https://github.com/unicode-org/icu4x/pull/4836) - `icu_provider` - (Small breakage) `DataPayload::new_owned()` is no longer `const`, this was a mistake (https://github.com/unicode-org/icu4x/pull/4456) - Add `NeverMarker` to allow for DataProvider bounds that never return data (https://github.com/unicode-org/icu4x/issues/4186) @@ -79,7 +79,7 @@ - Add `impl Bake for PhantomData` (https://github.com/unicode-org/icu4x/pull/4663) - `fixed_decimal` - Changed type of compact exponent from `i16` to `u8` (https://github.com/unicode-org/icu4x/pull/4828) - - Stabilize rounding to increment methods for `FixedDecimal` (#4578) + - Stabilize rounding to increment methods for `FixedDecimal` (https://github.com/unicode-org/icu4x/pull/4578) - `litemap` - Add `impl IntoIterator for LiteMap` by splitting `StoreIterableMut` trait (https://github.com/unicode-org/icu4x/pull/4359) - `yoke`