Skip to content

[skip ci] IntlListFormatter UPGRADING fixes #18590

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down