Skip to content

Commit cd88e9f

Browse files
committed
[skip ci] NEWS/UPGRADING
1 parent 97402d5 commit cd88e9f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ PHP NEWS
5858
. Bumped ICU requirement to ICU >= 57.1. (cmb)
5959
. IntlDateFormatter::setTimeZone()/datefmt_set_timezone() throws an exception
6060
with uninitialised classes or clone failure. (David Carlier)
61+
. Added DECIMAL_COMPACT_SHORT/DECIMAL_COMPACT_LONG for NumberFormatter class.
62+
(BogdanUngureanu)
6163

6264
- MySQLi:
6365
. Fixed bugs GH-17900 and GH-8084 (calling mysqli::__construct twice).

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ PHP 8.5 UPGRADE NOTES
291291
. CURLINFO_HTTPAUTH_USED.
292292
. CURLINFO_PROXYAUTH_USED.
293293

294+
- Intl:
295+
. DECIMAL_COMPACT_SHORT.
296+
. DECIMAL_COMPACT_LONG.
297+
294298
- POSIX:
295299
. POSIX_SC_OPEN_MAX.
296300

0 commit comments

Comments
 (0)