Skip to content

Commit

Permalink
document last core-js changes, use latest neko release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jul 11, 2020
1 parent fcdfbf1 commit 8da360d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<htmlunitdriver.version>2.41.0</htmlunitdriver.version>
<htmlunitcssparser.version>1.5.0</htmlunitcssparser.version>
<htmlunitneko.version>2.41.0</htmlunitneko.version>
<htmlunitneko.version>2.42.0</htmlunitneko.version>
<htmlunitcorejs.version>2.42.0-SNAPSHOT</htmlunitcorejs.version>

<httpcomponents.version>4.5.12</httpcomponents.version>
Expand Down
8 changes: 7 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
</properties>

<body>
<release version="2.42.0" date="xxxx, 2020" description="Bugfixes">
<release version="2.42.0" date="xxxx, 2020" description="Bugfixes, many Rhino fixes">
<action type="fix" dev="rbri">
core-js: Fix wrong start object for getter in Object.assign().
</action>
<action type="fix" dev="rbri">
core-js: No longer inherit strict mode when parsing a function body.
</action>
<action type="fix" dev="rbri" issue="#191">
Fix NPE in XMLSerializer.serializeToString().
</action>
Expand Down

0 comments on commit 8da360d

Please sign in to comment.