From a959233a3fad8e8b86912c274e5de0f79e438355 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Thu, 11 Jan 2024 13:14:42 +0100 Subject: [PATCH] document last core-js changes --- src/changes/changes.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 67fcbce9012..99eb6cb8512 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,6 +8,12 @@ + + core-js: arguments[Symbol.iterator] points to Array Array.prototype[Symbol.iterator]. + + + core-js: Array.prototype[Symbol.iterator] points to the 'values' functions. + neko: many test cases added to the parser. @@ -57,16 +63,16 @@ WebClientOptions.setMaxInMemory(int) should not create temp files if the limit is set to something <= 0. - core-js Fix Math.clz23() rounding errors. + core-js: Fix Math.clz23() rounding errors. - core-js Reflect.construct() uses the wrong set of arguments if newTarget is set. + core-js: Reflect.construct() uses the wrong set of arguments if newTarget is set. - core-js Receiver argument support added for Reflect.set(). + core-js: Receiver argument support added for Reflect.set(). - core-js Reflect.construct() uses the wrong set of arguments if newTarget is set. + core-js: Reflect.construct() uses the wrong set of arguments if newTarget is set. Improve content type detection for '.php' content.