Skip to content

Commit 292acdf

Browse files
authored
update changelog for 9.2.0 (#458)
1 parent 1457728 commit 292acdf

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ Commit based release not is [release_notes.md](./release_notes.md)
33

44
Release tags are https://github.com/appium/ruby_lib/releases .
55

6+
## v9.2.0
7+
### 1. Enhancements
8+
- update set_wait / no_wait logic #249
9+
- `no_wait` just set `implicit_wait = 0`
10+
- `set_wait` just set `@default_wait` or arbitrary time as `implicit_wait`
11+
12+
### 2. Bug fixes
13+
- automationName always nil if set automationName in server side #450
14+
15+
### 3. Deprecations
16+
617
## v9.1.3
718

819
Support selenium-webdriver 3.0.4+
@@ -30,7 +41,7 @@ Support selenium-webdriver 3.0.4+
3041
### 1. Enhancements
3142

3243
### 2. Bug fixes
33-
- fix Finds exact in ios does not return an array #423
44+
- fix Finds exact in ios does not return an array #423
3445

3546
### 3. Deprecations
3647

@@ -56,7 +67,7 @@ Thanks @slipy12
5667
- Users who use `find_element/s` should work fine.
5768
- tests for elements are [here](https://github.com/appium/ruby_lib/tree/master/ios_tests/lib/ios/specs/ios/element)
5869

59-
Special thanks to @montdidier
70+
Special thanks to @montdidier
6071

6172
### 2. Bug fixes
6273

@@ -66,4 +77,4 @@ Special thanks to @montdidier
6677
## v8.2.1
6778
- fix arguments for `move_to` in `swipe` method.
6879
- https://github.com/appium/ruby_lib/pull/405
69-
- Please set `:delta_x` and `:delta_y` as the distance from start to move.
80+
- Please set `:delta_x` and `:delta_y` as the distance from start to move.

0 commit comments

Comments
 (0)