From 5f1cfdadf45c4c36698af0b5d9865f3e7d398037 Mon Sep 17 00:00:00 2001 From: Axel Uhlig <41142210+axeluhlig@users.noreply.github.com> Date: Fri, 12 Jul 2024 08:49:17 +0200 Subject: [PATCH] Add release note about ICU update (#108) Co-authored-by: Axel Uhlig --- website/docs/releases.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/releases.md b/website/docs/releases.md index 5b1239b..dd3ccbe 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -26,6 +26,9 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ### Upcoming Release +* Update Hyper's collation tables from CLDR 71 to CLDR 74. Besides corrections this also adds new collations to Hyper. +* Update Unicode support from Unicode 14.0 to 15.1 + ### 0.0.19691 [July 4, 2024] * Hyper API is now available under the Apache 2.0 license.