We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af738f commit cae2fc4Copy full SHA for cae2fc4
README.md
@@ -35,6 +35,8 @@ This is the Java language binding for writing Appium Tests, conforms to [Mobile
35
- `selenium-java` was updated to 3.5.x
36
- `org.apache.commons-lang3` was updated to 3.6
37
- `org.springframework.spring-context` was updated to 4.3.10.RELEASE
38
+- **[ENHANCEMENT]** Update of the touch ID enroll method. The older `PerformsTouchID#toggleTouchIDEnrollment` was marked `Deprecated`.
39
+It is recoomended to use `PerformsTouchID#toggleTouchIDEnrollment(boolean)` instead. [#695](https://github.com/appium/java-client/pull/695)
40
41
42
*5.0.0-BETA9*
0 commit comments