From 531ea6d3401d9f37899569a5c3e2ddff40ee880c Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Fri, 28 Feb 2020 17:35:54 +0100 Subject: [PATCH] Add upgrading note regarding merge of RFC for new DOMParentNode/DOMChildNode APIs. --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING b/UPGRADING index 133747d28f5..07d7f86f7c4 100644 --- a/UPGRADING +++ b/UPGRADING @@ -415,6 +415,10 @@ PHP 8.0 UPGRADE NOTES . Added DateTime::createFromInterface() and DateTimeImmutable::createFromInterface(). +- dom: + . Introduce DOMParentNode and DOMChildNode with new traversal and manipulation APIs + RFC: https://wiki.php.net/rfc/dom_living_standard_api + ======================================== 3. Changes in SAPI modules ========================================