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.