Skip to content

Commit a78c729

Browse files
[PHP 8.4] Mention class constant types in PDO changelog (#4243)
1 parent 762b61c commit a78c729

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

reference/pdo/pdo.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,28 @@
485485
</classsynopsis>
486486
</section>
487487

488+
<section role="changelog" xml:id="pdo.changelog">
489+
&reftitle.changelog;
490+
<informaltable>
491+
<tgroup cols="2">
492+
<thead>
493+
<row>
494+
<entry>&Version;</entry>
495+
<entry>&Description;</entry>
496+
</row>
497+
</thead>
498+
<tbody>
499+
<row>
500+
<entry>8.4.0</entry>
501+
<entry>
502+
The class constants are now typed.
503+
</entry>
504+
</row>
505+
</tbody>
506+
</tgroup>
507+
</informaltable>
508+
</section>
509+
488510
</partintro>
489511

490512
&reference.pdo.entities.pdo;

0 commit comments

Comments
 (0)