Skip to content

Commit

Permalink
document last core-js updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 12, 2023
1 parent 7c69c40 commit 3a1c389
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@

<body>
<release version="3.8.0" date="November xx, 2023" description="Chrome/Edge 119, Bugfixes">
<action type="add" dev="RhinoTeam">
core-js: hashbang support added.
</action>
<action type="fix" dev="RhinoTeam">
core-js: handling of object indices more in line with the spec. This repaces the fix
we had since 3.4.
</action>
<action type="fix" dev="RhinoTeam">
core-js: allow updating of 'name' of a function, as required by the standard.
</action>
<action type="fix" dev="RhinoTeam">
core-js: javascript 'Set' cannot handle wrapped java objects properly.
</action>
<action type="fix" dev="rbri" issue="#663">"
Improved detection onf XML/XHtml content when not content type header is set.
</action>
Expand Down

0 comments on commit 3a1c389

Please sign in to comment.