Skip to content

Commit

Permalink
document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 24, 2024
1 parent 6b49bc8 commit a60cc55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

<body>
<release version="4.8.0" date="December xx, 2024" description="Bugfixes">
<action type="fix" dev="rbri">
core-js: fix border checks for typedarray set-method (see https://github.com/HtmlUnit/htmlunit-core-js/issues/27)
<action type="add" dev="RhinoTeam">
core-js: Allow symbol keys in getter/setter in object literal syntax like 'var o = { get [aSymbol]: value }'.
</action>
Expand All @@ -23,6 +25,9 @@
<action type="update" dev="rbri">
FAQ updated with some info about page history.
</action>
<action type="fix" dev="rbri" issue="#905">
DomElement#getStaticElementsByTagName() has to check for prefix.
</action>
<action type="update" dev="rbri">
Upgrade Apache commons-text to 1.13.0.
</action>
Expand Down

0 comments on commit a60cc55

Please sign in to comment.