Skip to content

Commit d506f85

Browse files
committed
document latest neko fix
1 parent 27e938c commit d506f85

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit</artifactId>
8-
<version>3.12.0-SNAPSHOT</version>
8+
<version>4.0.0-SNAPSHOT</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>
@@ -27,7 +27,7 @@
2727

2828
<htmlunitcssparser.version>3.11.0</htmlunitcssparser.version>
2929
<htmlunitcsp.version>3.11.0</htmlunitcsp.version>
30-
<htmlunitneko.version>3.12.0-SNAPSHOT</htmlunitneko.version>
30+
<htmlunitneko.version>4.0.0-SNAPSHOT</htmlunitneko.version>
3131
<htmlunitxpath.version>3.11.0</htmlunitxpath.version>
3232
<htmlunitcorejs.version>3.12.0-SNAPSHOT</htmlunitcorejs.version>
3333
<htmlunitwebsocketclient.version>3.12.0-SNAPSHOT</htmlunitwebsocketclient.version>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
Jetty 9 websocket-client.
1919
</action>
2020

21+
<action type="fix" dev="Lai Quang Duong" issue="https://github.com/HtmlUnit/htmlunit-neko/pull/92">
22+
neko: infinity loop problem fixed while processing &lt;plaintext&gt; using document.write().
23+
</action>
2124
<action type="fix" dev="rbri" issue="#740">
2225
Form elements available also when form detached from DOM (regression in 3.6.0).
2326
</action>

0 commit comments

Comments
 (0)