[ci skip] Move things to the right section in UPGRADING

This commit is contained in:
Niels Dossche 2023-09-22 23:55:23 +02:00
parent 73033cc928
commit ce6e58cf63

View File

@ -135,6 +135,8 @@ PHP 8.3 UPGRADE NOTES
. Added properties DOMElement::className and DOMElement::id.
These are not binary-safe at the moment because of underlying limitations of
libxml2. This means that the property values will be cut off at a NUL byte.
. Added properties DOMNode::isConnected and DOMNameSpaceNode::isConnected.
. Added properties DOMNode::parentElement and DOMNameSpaceNode::parentElement.
- FFI
. It is now possible to assign CData to other CData. This means you can
@ -389,8 +391,6 @@ PHP 8.3 UPGRADE NOTES
moment because it only influences the shadow DOM, which we do not support
yet.
. Added DOMParentNode::replaceChildren().
. Added DOMNode::isConnected and DOMNameSpaceNode::isConnected.
. Added DOMNode::parentElement and DOMNameSpaceNode::parentElement.
. Added DOMNode::isEqualNode().
. Added DOMElement::insertAdjacentElement() and
DOMElement::insertAdjacentText().