From b82f55afc1e6587da701310d50f8a3ffefd3da3e Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 30 Aug 2023 09:50:45 -0700 Subject: [PATCH] v2.18.0 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6e35dd..0d523b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # HCL Changelog +## v2.18.0 (August 30, 2023) + +### Enhancements + +* HCL now uses the tables from Unicode 15 when performing string normalization and character segmentation. HCL was previously using the Unicode 13 tables. + + For calling applications where consistent Unicode support is important, consider also upgrading to Go 1.21 at the same time as adopting HCL v2.18.0 so that the standard library unicode tables (used for case folding, etc) will also be from Unicode 15. + ## v2.17.1 (August 30, 2023) ### Enhancements