Skip to content

Commit bee9a34

Browse files
Update README.md
1 parent 6db8f2a commit bee9a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ You can get it on [WIKI](https://github.com/appium/java-client/wiki)
124124
redesign of `TouchAction` and `MultiTouchAction`
125125
- constructors were redesigned. There is no strict binding of `AppiumDriver` and `TouchAction` /`MultiTouchAction`. They can consume any instance of a class that implements `PerformsTouchActions`.
126126
- `io.appium.java_client.ios.IOSTouchAction` was added. It extends `io.appium.java_client.TouchAction`.
127-
- the new interface `io.appium.java_client.PerformsActions` was added. It unifies `TouchAction` and `MultiTouchAction` now.
127+
- the new interface `io.appium.java_client.PerformsActions` was added. It unifies `TouchAction` and `MultiTouchAction` now. [#543](https://github.com/appium/java-client/pull/543)
128128

129129
`JsonToMobileElementConverter` re-design [#532](https://github.com/appium/java-client/pull/532):
130130
- unused `MobileElementToJsonConverter` was removed

0 commit comments

Comments
 (0)