docs: update cahngelog for appium 1.18.1 (#14659)

* docs: update cahngelog for appium 1.18.1

* Update CHANGELOG.md

* fix review
This commit is contained in:
Kazuaki Matsuo
2020-08-19 03:42:35 +09:00
committed by GitHub
parent 5bad098cd3
commit 5acfa88424
+15
View File
@@ -1,3 +1,18 @@
CHANGES IN VERSION 1.18.1 (FROM 1.18.0)
===================================
Appium 1.18.1 is a patch release
#### Android General
* Fix to properly clean up forwarded ports if parallel sessions are running [appium-chromedriver#183](https://github.com/appium/appium-chromedriver/pull/183)
* Fix to avoid a redundant Chromedriver download operation if a matching driver is already present [appium-chromedriver#186](https://github.com/appium/appium-chromedriver/pull/186)
#### Android (UiAutomator2)
* Fix to return a proper response for missing route [appium/appium-uiautomator2-server#373](https://github.com/appium/appium-uiautomator2-server/pull/373)
* Fix to allow double values as touch action coordinates [ appium/appium-uiautomator2-server#372](https://github.com/appium/appium-uiautomator2-server/pull/372)
* Fix [#14586](https://github.com/appium/appium/issues/14586) which might affect XPath locators executed on elemetns, retrieved from nested lookup requests [appium/appium-uiautomator2-server#372](https://github.com/appium/appium-uiautomator2-server/pull/371)
* A known issue in 1.18.0
CHANGES IN VERSION 1.18.0 (FROM 1.17.1)
===================================