From 6bd680b824dbfec210d63c8dcd0f4b491cb16f8a Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:19:46 +0100 Subject: [PATCH] [ci skip] NEWS For acbdfd24ec. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 5221cff4a01..0ae8b4d49b7 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ DOM: (nielsdos) . Fix cloning attribute with namespace disappearing namespace. (nielsdos) . Implement DOM HTML5 parsing and serialization RFC. (nielsdos) + . Fix DOMElement->prefix with empty string creates bogus prefix. (nielsdos) FTP: . Removed the deprecated inet_ntoa call support. (David Carlier)