Skip to content

Commit b8bd6a3

Browse files
Update ReadMe.md
1 parent e387bec commit b8bd6a3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#java-client
1+
# java-client
22

33
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.appium/java-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.appium/java-client)
44
[![Javadoc](https://javadoc-emblem.rhcloud.com/doc/io.appium/java-client/badge.svg)](http://www.javadoc.io/doc/io.appium/java-client)
@@ -9,17 +9,23 @@ This is the Java language binding for writing Appium Tests, conforms to [Mobile
99

1010
[API docs](http://appium.github.io/java-client/)
1111

12-
###Features and other interesting information###
12+
### Features and other interesting information
1313

1414
[Tech stack](https://github.com/appium/java-client/blob/master/docs/Tech-stack.md)
1515

1616
[How to install the project](https://github.com/appium/java-client/blob/master/docs/Installing-the-project.md)
1717

1818
[WIKI](https://github.com/appium/java-client/wiki)
1919

20-
##Changelog##
20+
## Changelog
21+
2122
*5.0.0 (under construction yet)*
2223

24+
*5.0.0-BETA6*
25+
- **[UPDATE]** Update to Selenium 3.3.1
26+
- **[ENHANCEMENT]** iOS XCUIT mode automation: API to run application in background was added. [#593](https://github.com/appium/java-client/pull/593)
27+
28+
2329
*5.0.0-BETA5*
2430
- **[UPDATE]** Update to Selenium 3.2.0
2531
- **[BUG FIX]** Excessive dependency on `guava` was removed. It causes errors. Issue report: [#588](https://github.com/appium/java-client/issues/588). FIX: [#589](https://github.com/appium/java-client/pull/589).

0 commit comments

Comments
 (0)