Skip to content

Commit 093ec29

Browse files
committed
document last core-js changes
1 parent ca7cdf2 commit 093ec29

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/changes/changes.xml

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

99
<body>
1010
<release version="4.20.0" date="December xx, 2025" description="Bugfixes">
11+
<action type="update" dev="RhinoTeam">
12+
core-js: Disambiguate local variable names to fix debugger issues.
13+
</action>
14+
<action type="fix" dev="RhinoTeam">
15+
core-js: Fix variable resolution in switch statements with let declarations (regression from 4.18.0)
16+
</action>
17+
<action type="update" dev="RhinoTeam">
18+
core-js: default parameter evaluation ordering for generators fixed.
19+
</action>
20+
<action type="add" dev="RhinoTeam">
21+
core-js: Symbol.toStringTag implemented for generators.
22+
</action>
1123
<action type="update" dev="RhinoTeam">
1224
core-js: Destructuring support improved.
1325
</action>

0 commit comments

Comments
 (0)