Skip to content

Commit 68d8ee5

Browse files
authored
Add PHP 8.3.0 to DOMElement changelog table (#4565) (#4568)
1 parent 64dc79d commit 68d8ee5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

reference/dom/domelement.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,16 @@
194194
</row>
195195
</thead>
196196
<tbody>
197+
<row>
198+
<entry>8.3.0</entry>
199+
<entry>
200+
The <varname>className</varname> and <varname>id</varname> properties and
201+
the <methodname>DOMElement::getAttributeNames</methodname>,
202+
<methodname>DOMElement::insertAdjacentElement</methodname>,
203+
<methodname>DOMElement::insertAdjacentText</methodname>, and
204+
<methodname>DOMElement::toggleAttribute</methodname> methods have been added.
205+
</entry>
206+
</row>
197207
<row>
198208
<entry>8.0.0</entry>
199209
<entry>

0 commit comments

Comments
 (0)