From 00f0175ba91cf1d2ab3b223446c1d8e14a436692 Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Sun, 18 May 2025 16:52:30 +0100 Subject: [PATCH] [skip ci] IntlListFormatter UPGRADING fixes (#18590) --- UPGRADING | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/UPGRADING b/UPGRADING index aec94c3b26e..d6af5b0ca3a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -181,7 +181,10 @@ PHP 8.5 UPGRADE NOTES . Added Locale::addLikelySubtags and Locale::minimizeSubtags to handle likely tags on a given locale. . Added IntlListFormatter class to format, order, punctuates - a list of items with a given locale, AND/OR and UNIT operands. + a list of items with a given locale, IntlListFormatter::TYPE_AND, + IntlListFormatter::TYPE_OR, IntlListFormatter::TYPE_UNITS operands and + IntlListFormatter::WIDTH_WIDE, IntlListFormatter::WIDTH_SHORT and + IntlListFormatter::WIDTH_NARROW widths. It is supported from icu 67. - XSL: @@ -418,12 +421,6 @@ PHP 8.5 UPGRADE NOTES - Intl: . DECIMAL_COMPACT_SHORT. . DECIMAL_COMPACT_LONG. - . TYPE_AND. - . TYPE_OR. - . TYPE_UNITS. - . WIDTH_WIDE. - . WIDTH_SHORT. - . WIDTH_NARROW. - POSIX: . POSIX_SC_OPEN_MAX.