Skip to content

Commit a986c75

Browse files
committed
Update changelog
1 parent 8e8a72a commit a986c75

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

java/CHANGELOG

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
v3.0.0-beta1
2+
============
3+
4+
IMPORTANT CHANGES
5+
6+
* Minimum java version is now 8+
7+
* The original RC APIs are only available via the leg-rc package.
8+
* To run exported IDE tests, ensure that the leg-rc package is on the
9+
classpath.
10+
* Support for Firefox is via Mozilla's geckodriver. You may download
11+
this from https://github.com/mozilla/geckodriver/releases
12+
* Support for Safari is provided on macOS (Sierra or later) via
13+
Apple's own safaridriver.
14+
* Support for Edge is provided by MS:
15+
https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
16+
* Official support for IE requires version 9 or above. Earlier
17+
versions may work, but are no longer supported as MS has
18+
end-of-lifed them.
19+
20+
Other major changes:
21+
22+
* New html-table runner backed by WebDriver.
23+
* Unused command line arguments are now no longer parsed.
24+
25+
126
v2.53.0
227
=======
328

0 commit comments

Comments
 (0)