Skip to content

Commit

Permalink
document last changes and use latest core-js
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 4, 2023
1 parent d5296d8 commit b462945
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<htmlunitcssparser.version>1.13.0</htmlunitcssparser.version>
<htmlunitneko.version>2.69.0-SNAPSHOT</htmlunitneko.version>
<htmlunitcorejs.version>2.68.0</htmlunitcorejs.version>
<htmlunitcorejs.version>2.69.0-SNAPSHOT</htmlunitcorejs.version>
<htmlunitxpath.version>2.69.0-SNAPSHOT</htmlunitxpath.version>

<htmlunitdriver.version>4.7.2</htmlunitdriver.version>
Expand Down
9 changes: 9 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<action type="fix" dev="rbri">
Xerces detection fixed (regression in 2.68.0).
</action>
<action type="fix" dev="rbri" issue="522">
core-js: fix scope for bound functions called inside Promise.then().
</action>
<action type="fix" dev="rbri" issue="523">
Cached location.hash was not updated by history.replaceState() / history.pushState().
</action>
Expand All @@ -20,6 +23,12 @@
<action type="fix" dev="rbri">
Inconsistent use of UrlUtils.encodeAnchor() / UrlUtils.encodeHash().
</action>
<action type="update" dev="rbri">
neko: more unused code removed.
</action>
<action type="update" dev="rbri">
xpath: again some unused code removed.
</action>
</release>

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

0 comments on commit b462945

Please sign in to comment.