File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments