Skip to content

Commit

Permalink
document last core-js changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 11, 2024
1 parent f4022b9 commit a959233
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<body>
<release version="3.10.0" date="January xx, 2024" description="Chrome/Edge 120, Firefox 120, Bugfixes">
<action type="add" dev="Lai Quang Duong">
core-js: arguments[Symbol.iterator] points to Array Array.prototype[Symbol.iterator].
</action>
<action type="add" dev="rbri">
core-js: Array.prototype[Symbol.iterator] points to the 'values' functions.
</action>
<action type="add" dev="rbri">
neko: many test cases added to the parser.
</action>
Expand Down Expand Up @@ -57,16 +63,16 @@
WebClientOptions.setMaxInMemory(int) should not create temp files if the limit is set to something &lt;= 0.
</action>
<action type="fix" dev="Lai Quang Duong">
core-js Fix Math.clz23() rounding errors.
core-js: Fix Math.clz23() rounding errors.
</action>
<action type="fix" dev="Lai Quang Duong">
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.
</action>
<action type="add" dev="Lai Quang Duong">
core-js Receiver argument support added for Reflect.set().
core-js: Receiver argument support added for Reflect.set().
</action>
<action type="fix" dev="Lai Quang Duong">
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.
</action>
<action type="fix" dev="rbri">
Improve content type detection for '.php' content.
Expand Down

0 comments on commit a959233

Please sign in to comment.