From 68bb6bfc35e8971bde21dd2ed4fc5406d5dc5e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20D=C3=BCrst?= Date: Tue, 6 Dec 2022 10:17:34 +0900 Subject: [PATCH] update NEWS to mention Unicode version 15.0.0 --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 5ad4851287..d914799943 100644 --- a/NEWS.md +++ b/NEWS.md @@ -327,7 +327,7 @@ Note: We're only listing outstanding class updates. * String * String#byteindex and String#byterindex have been added. [[Feature #13110]] - * Update Unicode to Version 14.0.0 and Emoji Version 14.0. [[Feature #18037]] + * Update Unicode to Version 15.0.0 and Emoji Version 15.0. [[Feature #18639]] (also applies to Regexp) * String#bytesplice has been added. [[Feature #18598]]