Skip to content

Commit c0fed33

Browse files
committed
[ci skip] NEWS+UPGRADING
1 parent 3b4492b commit c0fed33

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
@@ -5,6 +5,8 @@ PHP NEWS
55
- Core:
66
. Added first-class callable cache to share instances for the duration of the
77
request. (ilutov)
8+
. It is now possible to use reference assign on WeakMap without the key
9+
needing to be present beforehand. (nielsdos)
810

911
- Intl:
1012
. Added IntlNumberRangeFormatter class to format an interval of two numbers

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ PHP 8.6 UPGRADE NOTES
2323
2. New Features
2424
========================================
2525

26+
- Core:
27+
. It is now possible to use reference assign on WeakMap without the key
28+
needing to be present beforehand.
29+
2630
- Intl:
2731
. Added IntlNumberRangeFormatter class to format an interval of two numbers with a given skeleton, locale, IntlNumberRangeFormatter::COLLAPSE_AUTO, IntlNumberRangeFormatter::COLLAPSE_NONE, IntlNumberRangeFormatter::COLLAPSE_UNIT, IntlNumberRangeFormatter::COLLAPSE_ALL collapse and
2832
IntlNumberRangeFormatter::IDENTITY_FALLBACK_SINGLE_VALUE, IntlNumberRangeFormatter::IDENTITY_FALLBACK_APPROXIMATELY_OR_SINGLE_VALUE, IntlNumberRangeFormatter::IDENTITY_FALLBACK_APPROXIMATELY and

0 commit comments

Comments
 (0)