From 2ec8335a5aa088da88e31dcec926c7919192b18b Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Thu, 9 May 2024 17:31:21 -0700 Subject: [PATCH] Update CHANGELOG.md for Hangul_Syllable_Type --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f5fb866f1..0e912032ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ - Add `Aran` script code (https://github.com/unicode-org/icu4x/pull/4426) - Mark additional constructors as `const` (https://github.com/unicode-org/icu4x/pull/4584, https://github.com/unicode-org/icu4x/pull/4574) - Implement Joining_Type property (https://github.com/unicode-org/icu4x/pull/4599) + - Implement Hangul_Syllable_Type property (https://github.com/unicode-org/icu4x/pull/4885) - `icu_segmenter` - Fix Unicode 15.0 line breaking (https://github.com/unicode-org/icu4x/pull/4389) - Data model and providers