From 307116683ea45a93b0c1729685ac9f9040158e21 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 30 Aug 2023 09:04:48 -0700 Subject: [PATCH] Prepare for a possible future v1.14.1 release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0709406..dbd3333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.14.1 (Unreleased) + + # 1.14.0 (August 30, 2023) This release updates the supported version of Unicode from Unicode 13 to Unicode 15. This is a backwards-compatible change that means that cty supports normalization and segmentation of strings containing new Unicode characters. The algorithms for normalization and segmentation themselves are unchanged.