Skip to content

Commit 2c0db82

Browse files
committed
document activities from last weeks
1 parent e10aab5 commit 2c0db82

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

src/changes/changes.xml

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

99
<body>
1010
<release version="4.18.0" date="November xx, 2025" description="Chrome/Edge 141, Firefox 144, FirefoxESR 140, Bugfixes">
11+
<action type="fix" dev="rbri">
12+
evaluation of the proxy autoconf javascript code fixed (regression)
13+
</action>
14+
<action type="remove" dev="rbri">
15+
MutationEvent support removed Firefox 144
16+
</action>
17+
<action type="update" dev="rbri">
18+
CSS2Properties now named CSSStyleProperties in Firefox 144
19+
</action>
20+
<action type="fix" dev="rbri">
21+
Javascript configuration was broken if more than one JsxClass annotation defined for a single class
22+
</action>
23+
<action type="update" dev="rbri">
24+
core-js: resync with the latest brotli code
25+
</action>
26+
<action type="update" dev="RhinoTeam" issue="#1040">
27+
core-js: improve/fix support for let statements inside switch statements
28+
</action>
29+
<action type="fix" dev="rbri">
30+
core-js: fix a bunch of issues with ThrowTypeError
31+
</action>
32+
<action type="fix" dev="RhinoTeam">
33+
core-js: fix interpreter bytecode printing
34+
</action>
35+
<action type="fix" dev="RhinoTeam">
36+
core-js: fixed exception in the interpreter when using many literal bigint
37+
</action>
38+
<action type="fix" dev="RhinoTeam">
39+
core-js: fix function.length with default arguments and length calculation with rest params
40+
</action>
41+
<action type="fix" dev="RhinoTeam">
42+
core-js: make 'Symbol()' comply with the spec. Specifically, it's handling of the second argument to the constructor.
43+
</action>
44+
<action type="update" dev="RhinoTeam">
45+
core-js: support for yield* improved
46+
</action>
47+
<action type="fix" dev="RhinoTeam">
48+
core-js: builtin methods should have no 'prototype' property
49+
</action>
50+
<action type="update" dev="RhinoTeam">
51+
core-js: many, many internal refactorings to open the door for futher improvements
52+
</action>
1153
<action type="add" dev="rbri">
1254
DOMMatrixReadOnly toString() and toJSON() implemented.
1355
</action>

0 commit comments

Comments
 (0)