Skip to content

Commit 7c015da

Browse files
committed
document changes
1 parent a67f527 commit 7c015da

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/changes/changes.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88

99
<body>
10-
<release version="4.2.0" date="May xx, 2024" description="Chrome/Edge 125, Firefox 126, Bugfixes">
10+
<release version="4.2.0" date="June 05, 2024" description="Chrome/Edge 125, Firefox 126, neko fragment parsing, Bugfixes">
1111
<action type="update" dev="rbri">
1212
INCOMPATIBLE CHANGE: The signature of two methods from org.htmlunit.attachment.AttachmentHandler was changed.
1313
Please implement handleAttachment(Page, String) instead of handleAttachment(Page)
@@ -18,6 +18,12 @@
1818
for the XMLHttpRequest ActiveX object that is no longer there.
1919
</action>
2020

21+
<action type="add" dev="rbri">
22+
core-js: NetworkError introduced.
23+
</action>
24+
<action type="fix" dev="rbri">
25+
neko: fix Html element creation when parsing XHTML files.
26+
</action>
2127
<action type="update" dev="rbri">
2228
Upgrade Apache commons-net to 3.11.0.
2329
</action>
@@ -28,7 +34,7 @@
2834
neko: fix the setup of the fragment parser; this fixes some problems with range.createContextualFragment().
2935
</action>
3036
<action type="update" dev="rbri">
31-
neko: code cleanup, more tests, some unused stuff removed.
37+
neko: code cleanup, more tests, some unused stuff removed; javadoc fixes.
3238
</action>
3339
<action type="fix" dev="rbri">
3440
neko: AttributeMap.cloneMap() fixed.

0 commit comments

Comments
 (0)