From 3a1c389ac3fd3b9ad15dabcb4c0c7ce0eb641a2c Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Sun, 12 Nov 2023 08:58:21 +0100 Subject: [PATCH] document last core-js updates --- src/changes/changes.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index de540cafdfd..392f0a59312 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,6 +8,19 @@ + + core-js: hashbang support added. + + + core-js: handling of object indices more in line with the spec. This repaces the fix + we had since 3.4. + + + core-js: allow updating of 'name' of a function, as required by the standard. + + + core-js: javascript 'Set' cannot handle wrapped java objects properly. + " Improved detection onf XML/XHtml content when not content type header is set.