Skip to content

Commit 2dd3c23

Browse files
committed
document last core-js updates
1 parent f6703f3 commit 2dd3c23

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

src/changes/changes.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,31 @@
77
</properties>
88

99
<body>
10-
<release version="4.21.0" date="December xx, 2025" description="Bugfixes">
10+
<release version="4.21.0" date="December xx, 2025" description="core-js, Bugfixes">
11+
<action type="update" dev="RhinoTeam">
12+
core-js: improved handling of unimplemented rest parameters in destructuring
13+
</action>
14+
<action type="fix" dev="RhinoTeam">
15+
core-js: fix checking of proxy functions being constructors.
16+
</action>
17+
<action type="update" dev="RhinoTeam">
18+
core-js: proxies refactored to be callable objects only if their initial target is callable
19+
</action>
20+
<action type="update" dev="rbri">
21+
core-js: modernize and improve the approach used for 'caller' support
22+
</action>
23+
<action type="update" dev="rbri">
24+
core-js: make 'caller' a function prototype property
25+
</action>
26+
<action type="update" dev="rbri">
27+
core-js: make 'arguments' a function prototype property
28+
</action>
29+
<action type="update" dev="rbri">
30+
core-js: make NativeCall attributes final
31+
</action>
32+
<action type="update" dev="rbri">
33+
core-js: adjust our rhino fork to use the improved 'arguments' handling
34+
</action>
1135
<action type="update" dev="RhinoTeam">
1236
core-js: improved interpreter performance by avoiding the need for activation frames
1337
</action>

0 commit comments

Comments
 (0)