We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7cdf2 commit 093ec29Copy full SHA for 093ec29
1 file changed
src/changes/changes.xml
@@ -8,6 +8,18 @@
8
9
<body>
10
<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
17
18
+ core-js: default parameter evaluation ordering for generators fixed.
19
20
+ <action type="add" dev="RhinoTeam">
21
+ core-js: Symbol.toStringTag implemented for generators.
22
23
<action type="update" dev="RhinoTeam">
24
core-js: Destructuring support improved.
25
</action>
0 commit comments