File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments