Skip to content

Commit 51f37d3

Browse files
committed
work on 4.21.0 has started
1 parent d51000e commit 51f37d3

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<htmlunitcsp.version>4.20.0</htmlunitcsp.version>
3131
<htmlunitcssparser.version>4.20.0</htmlunitcssparser.version>
3232
<htmlunitcorejs.version>4.21.0-SNAPSHOT</htmlunitcorejs.version>
33-
<htmlunitneko.version>4.20.0</htmlunitneko.version>
33+
<htmlunitneko.version>4.20.1-SNAPSHOT</htmlunitneko.version>
3434
<htmlunitwebsocketclient.version>4.20.0</htmlunitwebsocketclient.version>
3535
<htmlunitxpath.version>4.20.0</htmlunitxpath.version>
3636

src/changes/changes.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77
</properties>
88

99
<body>
10+
<release version="4.21.0" date="December xx, 2025" description="Bugfixes">
11+
<action type="update" dev="RhinoTeam">
12+
core-js: Implement support for destructuring in 'catch' to support things like 'catch ({message})' or 'catch ([a, b])'.
13+
</action>
14+
<action type="update" dev="RhinoTeam">
15+
core-js: incorrect destructuring in for loops handled at parse time.
16+
</action>
17+
<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).
19+
</action>
20+
</release>
21+
22+
1023
<release version="4.20.0" date="December 07, 2025" description="Chrome/Edge 143, core-js, Bugfixes">
1124
<action type="update" dev="RhinoTeam">
1225
core-js: Disambiguate local variable names to fix debugger issues.

0 commit comments

Comments
 (0)