Skip to content

Commit ce6e58c

Browse files
committed
[ci skip] Move things to the right section in UPGRADING
1 parent 73033cc commit ce6e58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ PHP 8.3 UPGRADE NOTES
135135
. Added properties DOMElement::className and DOMElement::id.
136136
These are not binary-safe at the moment because of underlying limitations of
137137
libxml2. This means that the property values will be cut off at a NUL byte.
138+
. Added properties DOMNode::isConnected and DOMNameSpaceNode::isConnected.
139+
. Added properties DOMNode::parentElement and DOMNameSpaceNode::parentElement.
138140

139141
- FFI
140142
. It is now possible to assign CData to other CData. This means you can
@@ -389,8 +391,6 @@ PHP 8.3 UPGRADE NOTES
389391
moment because it only influences the shadow DOM, which we do not support
390392
yet.
391393
. Added DOMParentNode::replaceChildren().
392-
. Added DOMNode::isConnected and DOMNameSpaceNode::isConnected.
393-
. Added DOMNode::parentElement and DOMNameSpaceNode::parentElement.
394394
. Added DOMNode::isEqualNode().
395395
. Added DOMElement::insertAdjacentElement() and
396396
DOMElement::insertAdjacentText().

0 commit comments

Comments
 (0)