Skip to content

Commit 1b48c2c

Browse files
committed
document last rhino changes
1 parent 75b1f5e commit 1b48c2c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/changes/changes.xml

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

99
<body>
1010
<release version="5.0.0" date="April 01, 2026" description="jdk17, Bugfixes">
11+
<action type="add" dev="RhinoTeam">
12+
core-js: Support for resizable ArrayBuffers as specified in ES2024 added.
13+
</action>
14+
<action type="fix" dev="RhinoTeam">
15+
core-js: Fixed automatic semicolon insertion for 'let'
16+
</action>
17+
<action type="update" dev="RhinoTeam">
18+
core-js: Ensure that construction is wrapped in a top-level call when none is present, preventing assertion failures in interpreted mode
19+
</action>
1120
<action type="fix" dev="Lai Quang Duong">
1221
FunctionWrapper implements SymbolScriptable - solves e.g. Function.prototype.toString instanceof Function
1322
of Object.prototype.toString.call(Function.prototype.toString).

0 commit comments

Comments
 (0)