File tree 5 files changed +511
-499
lines changed
5 files changed +511
-499
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ Commit based release not is [release_notes.md](./release_notes.md)
3
3
4
4
Release tags are https://github.com/appium/ruby_lib/releases .
5
5
6
+ ## v9.4.2
7
+ ### 1. Enhancements
8
+
9
+ ### 2. Bug fixes
10
+ - fix drag_from_to_for_duration gets server error [ #552 ] ( https://github.com/appium/ruby_lib/issues/552 )
11
+
12
+ ### 3. Deprecations
13
+
6
14
## v9.4.1
7
15
### 1. Enhancements
8
16
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
module Appium
2
2
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
3
- VERSION = '9.4.1 ' . freeze unless defined? ::Appium ::VERSION
4
- DATE = '2017-04-19 ' . freeze unless defined? ::Appium ::DATE
3
+ VERSION = '9.4.2 ' . freeze unless defined? ::Appium ::VERSION
4
+ DATE = '2017-04-21 ' . freeze unless defined? ::Appium ::DATE
5
5
end
Original file line number Diff line number Diff line change
1
+ #### v9.4.1 2017-04-19
2
+
3
+ - [ 491a142] ( https://github.com/appium/ruby_lib/commit/491a142942cc0eb8addfb15e2bbd805d260cebc0 ) Release 9 4 1 (#550 )
4
+ - [ d721297] ( https://github.com/appium/ruby_lib/commit/d721297a634cebc0d22f26a132345126036c71d6 ) separate find_element/s for uiautomator and xpath (#547 )
5
+
6
+
1
7
#### v9.4.0 2017-04-17
2
8
3
9
- [ 9492690] ( https://github.com/appium/ruby_lib/commit/9492690f80efaab79ce165e16dd335fca9717c4a ) Release 9 4 0 (#545 )
You can’t perform that action at this time.
0 commit comments