1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-24 07:42:10 +01:00

Fix IntlDateFormatter::PATTERN changelog version: 8.5.0 -> 8.4.0 (#5410)

The changelog says PATTERN was added in 8.5.0, but the constants
description on the same page says "Available as of PHP 8.4.0".

See also https://www.php.net/manual/en/migration84.constants.php
This commit is contained in:
KentarouTakeda
2026-03-09 17:01:56 +09:00
committed by GitHub
parent 0eb433f1de
commit 1786db6ef5

View File

@@ -129,7 +129,7 @@
</thead>
<tbody>
<row>
<entry>8.5.0</entry>
<entry>8.4.0</entry>
<entry>
Added <constant>IntlDateFormatter::PATTERN</constant>.
</entry>