Skip to content

Commit 27e938c

Browse files
committed
document last changes
1 parent f6b0c9a commit 27e938c

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

src/changes/changes.xml

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

99
<body>
10-
<release version="3.12.0" date="March xx, 2024" description="htmlunit-websocket-client, Bugfixes">
10+
<release version="4.0.0" date="March xx, 2024" description="IE support removed, htmlunit-websocket-client, Bugfixes">
11+
<action type="remove" dev="rbri">
12+
IE is no longer supported. This implies the largest change of the code base during the last &gt; 10 years.
13+
More than 200 flags removed from the code and about 6.000 test case expectations adjusted.
14+
And also many IE specifc classes are gone.
15+
</action>
16+
<action type="add" dev="rbri">
17+
New subproject htmlunit-websocket-client. For the start this is a shaded version of the latest
18+
Jetty 9 websocket-client.
19+
</action>
20+
21+
<action type="fix" dev="rbri" issue="#740">
22+
Form elements available also when form detached from DOM (regression in 3.6.0).
23+
</action>
24+
<action type="update" dev="rbri">
25+
Geoloction implementation changed, the location is now part of the WebClientOptions, means you can set the
26+
location to an arbitrary position.
27+
</action>
1128
<action type="update" dev="rbri">
1229
Upgrade Apache log4j-api to 2.23.0.
1330
</action>
@@ -26,10 +43,6 @@
2643
<action type="update" dev="rbri">
2744
Spotbugs annotations removed - there was no real benefit from having them in the code.
2845
</action>
29-
<action type="add" dev="rbri">
30-
New subproject htmlunit-websocket-client. For the start this is a shaded version of the latest
31-
Jetty 9 websocket-client.
32-
</action>
3346
</release>
3447

3548
<release version="3.11.0" date="February 10, 2024" description="Chrome/Edge 121, Firefox 122, many Neko improvements, Bugfixes">

0 commit comments

Comments
 (0)