Skip to content

Commit 533bf6d

Browse files
committed
Added information about constants from Intl extension to NEWS
1 parent f75957b commit 533bf6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ DOM:
1212

1313
Intl:
1414
. Added IntlDateFormatter::PATTERN constant. (David Carlier)
15+
. Deprecated constants ROUND_DOWN and ROUND_UP for the consistency with new
16+
rounding modes. Added instead aliases ROUND_TOWARD_ZERO and
17+
ROUND_AWAY_FROM_ZERO. (Jorg Sowa)
1518

1619
SimpleXML:
1720
. Fixed bug GH-12192 (SimpleXML infinite loop when getName() is called

0 commit comments

Comments
 (0)