Skip to content

Commit 3a1c389

Browse files
committed
document last core-js updates
1 parent 7c69c40 commit 3a1c389

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88

99
<body>
1010
<release version="3.8.0" date="November xx, 2023" description="Chrome/Edge 119, Bugfixes">
11+
<action type="add" dev="RhinoTeam">
12+
core-js: hashbang support added.
13+
</action>
14+
<action type="fix" dev="RhinoTeam">
15+
core-js: handling of object indices more in line with the spec. This repaces the fix
16+
we had since 3.4.
17+
</action>
18+
<action type="fix" dev="RhinoTeam">
19+
core-js: allow updating of 'name' of a function, as required by the standard.
20+
</action>
21+
<action type="fix" dev="RhinoTeam">
22+
core-js: javascript 'Set' cannot handle wrapped java objects properly.
23+
</action>
1124
<action type="fix" dev="rbri" issue="#663">"
1225
Improved detection onf XML/XHtml content when not content type header is set.
1326
</action>

0 commit comments

Comments
 (0)