Skip to content

Commit b462945

Browse files
committed
document last changes and use latest core-js
1 parent d5296d8 commit b462945

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pom.xml

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

2828
<htmlunitcssparser.version>1.13.0</htmlunitcssparser.version>
2929
<htmlunitneko.version>2.69.0-SNAPSHOT</htmlunitneko.version>
30-
<htmlunitcorejs.version>2.68.0</htmlunitcorejs.version>
30+
<htmlunitcorejs.version>2.69.0-SNAPSHOT</htmlunitcorejs.version>
3131
<htmlunitxpath.version>2.69.0-SNAPSHOT</htmlunitxpath.version>
3232

3333
<htmlunitdriver.version>4.7.2</htmlunitdriver.version>

src/changes/changes.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<action type="fix" dev="rbri">
1212
Xerces detection fixed (regression in 2.68.0).
1313
</action>
14+
<action type="fix" dev="rbri" issue="522">
15+
core-js: fix scope for bound functions called inside Promise.then().
16+
</action>
1417
<action type="fix" dev="rbri" issue="523">
1518
Cached location.hash was not updated by history.replaceState() / history.pushState().
1619
</action>
@@ -20,6 +23,12 @@
2023
<action type="fix" dev="rbri">
2124
Inconsistent use of UrlUtils.encodeAnchor() / UrlUtils.encodeHash().
2225
</action>
26+
<action type="update" dev="rbri">
27+
neko: more unused code removed.
28+
</action>
29+
<action type="update" dev="rbri">
30+
xpath: again some unused code removed.
31+
</action>
2332
</release>
2433

2534
<release version="2.68.0" date="Dezember 28, 2022" description="Chrome/Edge 108, Firefox 108, Bugfixes, neko-html without xerces">

0 commit comments

Comments
 (0)