Skip to content

Commit 601c0d1

Browse files
committed
start working on 4.15.0
1 parent 93a5da1 commit 601c0d1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.htmlunit</groupId>
88
<artifactId>htmlunit</artifactId>
9-
<version>4.14.0</version>
9+
<version>4.15.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>HtmlUnit</name>

src/changes/changes.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414
<action type="update" dev="rbri">
1515
Switched to sonatype central-publishing for snapshots and release builds.
1616
</action>
17+
<action type="add" dev="rbri">
18+
New method WebClinet.waitForBackgroundJavaScriptStartingBefore(final long delayMillis, final long timeoutMillis)
19+
that combines a overall timeout with witing for js tasks starting before.
20+
</action>
1721
<action type="fix" dev="rbri">
18-
Avoid ConcurrentModificationException if HtmlPage.deregisterFramesIfNeeded()
22+
Avoid ConcurrentModificationException in HtmlPage.deregisterFramesIfNeeded()
1923
</action>
2024
<action type="add" dev="rbri">
2125
Separate developer docu to help peoples to start working on this project

0 commit comments

Comments
 (0)