Skip to content

Commit a8657f1

Browse files
committed
latest rhino - core-js 4.20.0-SNAPSHOT
1 parent 6c71501 commit a8657f1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<htmlunitcsp.version>4.19.0</htmlunitcsp.version>
3131
<htmlunitcssparser.version>4.19.0</htmlunitcssparser.version>
32-
<htmlunitcorejs.version>4.19.0</htmlunitcorejs.version>
32+
<htmlunitcorejs.version>4.20.0-SNAPSHOT</htmlunitcorejs.version>
3333
<htmlunitneko.version>4.20.0-SNAPSHOT</htmlunitneko.version>
3434
<htmlunitwebsocketclient.version>4.19.0</htmlunitwebsocketclient.version>
3535
<htmlunitxpath.version>4.19.0</htmlunitxpath.version>

src/changes/changes.xml

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

99
<body>
1010
<release version="4.20.0" date="December xx, 2025" description="Bugfixes">
11+
<action type="update" dev="RhinoTeam">
12+
core-js: 'ES6Generator' migrated to lambda based ScriptableObject.
13+
</action>
14+
<action type="update" dev="RhinoTeam">
15+
core-js: 'NativeIterator' migrated to lambda based ScriptableObject.
16+
</action>
1117
<action type="add" dev="rbri">
1218
HTMLElement#getAttributeNames() implemented.
1319
</action>

0 commit comments

Comments
 (0)