Skip to content

Commit 7aca7ff

Browse files
committed
document latest rhino changes
1 parent 51f37d3 commit 7aca7ff

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/changes/changes.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,22 @@
99
<body>
1010
<release version="4.21.0" date="December xx, 2025" description="Bugfixes">
1111
<action type="update" dev="RhinoTeam">
12-
core-js: Implement support for destructuring in 'catch' to support things like 'catch ({message})' or 'catch ([a, b])'.
12+
core-js: improved interpreter performance by avoiding the need for activation frames
1313
</action>
1414
<action type="update" dev="RhinoTeam">
15-
core-js: incorrect destructuring in for loops handled at parse time.
15+
core-js: an off-by-one error in the lexer when encountering EOF fixed
16+
</action>
17+
<action type="update" dev="RhinoTeam">
18+
core-js: initialise 'CallSite' against top level scope
19+
</action>
20+
<action type="update" dev="RhinoTeam">
21+
core-js: implement support for destructuring in 'catch' to support things like 'catch ({message})' or 'catch ([a, b])'
22+
</action>
23+
<action type="update" dev="RhinoTeam">
24+
core-js: incorrect destructuring in for loops handled at parse time
1625
</action>
1726
<action type="update" dev="rbri">
18-
neko: inserted tags are in lower case (at least if the option for uppercase tag names is not set).
27+
neko: inserted tags are in lower case (at least if the option for uppercase tag names is not set)
1928
</action>
2029
</release>
2130

0 commit comments

Comments
 (0)