From f56cfcfc2104e32af3ea92524c4022efe2203ab4 Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Sat, 23 Dec 2023 14:15:30 -0800 Subject: [PATCH] Update CHANGELOG.md for datagen changes (#4484) https://github.com/unicode-org/icu4x/pull/4470 and https://github.com/unicode-org/icu4x/pull/4469 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8627752dc39..7f60fdd0116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,11 @@ - `icu_properties` - Add `Aran` script code (https://github.com/unicode-org/icu4x/pull/4426) - Data model and providers - - `icu_provider` - - (Small breakage) `DataPayload::new_owned()` is no longer `const`, this was a mistake (https://github.com/unicode-org/icu4x/pull/4456) + - `icu_datagen` + - Datagen shows elapsed time for keys that are slow to generate (https://github.com/unicode-org/icu4x/pull/4469) + - Datagen performance improvement by caching supported locales (https://github.com/unicode-org/icu4x/pull/4470) + - `icu_provider` + - (Small breakage) `DataPayload::new_owned()` is no longer `const`, this was a mistake (https://github.com/unicode-org/icu4x/pull/4456) - FFI: - All languages - Correctly handle invalid UTF8 (https://github.com/unicode-org/icu4x/pull/4353)