Skip to content

Commit e76c69f

Browse files
committed
[skip ci] IntlListFormatter UPGRADING fixes
1 parent 3f75452 commit e76c69f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

UPGRADING

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ PHP 8.5 UPGRADE NOTES
181181
. Added Locale::addLikelySubtags and Locale::minimizeSubtags to
182182
handle likely tags on a given locale.
183183
. Added IntlListFormatter class to format, order, punctuates
184-
a list of items with a given locale, AND/OR and UNIT operands.
184+
a list of items with a given locale, IntlListFormatter::TYPE_AND, IntlListFormatter::OR
185+
IntlListFormatter::TYPE_UNITS operands and IntlListFormatter::WIDTH_WIDE,
186+
IntlListFormatter::WIDTH_SHORT and IntlListFormatter::WIDTH_NARROW widths.
185187
It is supported from icu 67.
186188

187189
- XSL:
@@ -418,12 +420,6 @@ PHP 8.5 UPGRADE NOTES
418420
- Intl:
419421
. DECIMAL_COMPACT_SHORT.
420422
. DECIMAL_COMPACT_LONG.
421-
. TYPE_AND.
422-
. TYPE_OR.
423-
. TYPE_UNITS.
424-
. WIDTH_WIDE.
425-
. WIDTH_SHORT.
426-
. WIDTH_NARROW.
427423

428424
- POSIX:
429425
. POSIX_SC_OPEN_MAX.

0 commit comments

Comments
 (0)