From ec0ec47bbf0d5ff26b34da1164eb2f4ea64115e9 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Tue, 29 Jul 2025 08:13:33 -0700 Subject: [PATCH] NEWS: move a misplaced comma [skip ci] --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0c52b19d996..28963162e7c 100644 --- a/NEWS +++ b/NEWS @@ -206,8 +206,8 @@ PHP NEWS . Added grapheme_levenshtein() function. (Yuya Hamada) . Added Locale::addLikelySubtags/Locale::minimizeSubtags to handle adding/removing likely subtags to a locale. (David Carlier) - . Added IntlListFormatter class to format a list of items with a locale - , operands types and units. (BogdanUngureanu) + . Added IntlListFormatter class to format a list of items with a locale, + operands types and units. (BogdanUngureanu) . Fixed bug GH-18566 ([intl] Weird numeric sort in Collator). (nielsdos) - LDAP: