Skip to content

Commit 498cf6f

Browse files
committed
document last changes
1 parent b0ba772 commit 498cf6f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/changes/changes.xml

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

99
<body>
1010
<release version="5.0.0" date="April 01, 2026" description="jdk17, Bugfixes">
11+
<action type="fix" dev="Lai Quang Duong">
12+
HtmlPage: fix a bug where async script may not be executed.
13+
</action>
1114
<action type="update" dev="rbri">
1215
ProgressEvent: properties loaded and total are numeric.
1316
</action>

src/test/java/org/htmlunit/html/HtmlPageTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
* @author Ahmed Ashour
7171
* @author Frank Danek
7272
* @author Ronald Brill
73+
* @author Lai Quang Duong
7374
*/
7475
public class HtmlPageTest extends SimpleWebTestCase {
7576

0 commit comments

Comments
 (0)