From 59b0ff20b30fcc7045f294898552dc726bd009d9 Mon Sep 17 00:00:00 2001 From: Sergey Tikhomirov Date: Fri, 16 Jun 2017 23:58:09 +0300 Subject: [PATCH] 5.0.0-BETA9 README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a45dd933..8a98679b8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ This is the Java language binding for writing Appium Tests, conforms to [Mobile ## Changelog *5.0.0 (under construction yet)* + +*5.0.0-BETA9* - **[ENHANCEMENT]** Page factory: Mixed locator strategies were implemented. Feature request:[#565](https://github.com/appium/java-client/issues/565) Implementation: [#646](https://github.com/appium/java-client/pull/646) - **[DEPRECATED]** All the content of the `io.appium.java_client.youiengine` package was marked `Deprecated`. It is going to be removed. [#652](https://github.com/appium/java-client/pull/652) - **[UPDATE]** Update of the `com.google.code.gson:gson` to v2.8.1.