Skip to content

Commit a60cc55

Browse files
committed
document changes
1 parent 6b49bc8 commit a60cc55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/changes/changes.xml

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

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

0 commit comments

Comments
 (0)