From e408c0145443bd3edd39a1f4f6efa5a755651a3d Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Thu, 16 Nov 2023 18:14:41 +0100 Subject: [PATCH] document last core-js changes --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4e03c26a481..d508d913001 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,8 +8,11 @@ + + core-js: support trailing commas in function parameters. + - Content attribute value of a pseudo-attribute is no longer changed in lower case. + Content attribute value of a pseudo-attribute is no longer changed to lower case. Updated CSS3Parser pool implementation with a different concept to allow more pooling,