Skip to content

Commit 9d4577c

Browse files
committed
document last rhino fixes
1 parent c9e380e commit 9d4577c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/changes/changes.xml

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

99
<body>
1010
<release version="4.17.0" date="September xx, 2025" description=", Bugfixes">
11+
<action type="fix" dev="RhinoTeam">
12+
core-js: fix erro stack generation in interpreted mode and report the correct line number
13+
</action>
14+
<action type="fix" dev="RhinoTeam">
15+
core-js: don't propagate strict flag when compiling scripts and we already
16+
havean active context in strict mode
17+
</action>
18+
<action type="fix" dev="RhinoTeam">
19+
core-js: a problem with toString() on arrow functions fixed
20+
</action>
21+
<action type="add" dev="RhinoTeam">
22+
core-js: ES2025 Error.isError static method implemented
23+
</action>
24+
<action type="add" dev="RhinoTeam">
25+
core-js: ES2025 Math.f16round method implemented
26+
</action>
1127
<action type="fix" dev="rbri">
1228
HtmlLink.getWebResponse(...) now also works when the JavaScript engine is disabled.
1329
</action>

0 commit comments

Comments
 (0)