File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,22 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
### Enhancements
6
+
7
+ ### Bug fixes
8
+
9
+ ### Deprecations
10
+
11
+ ## [ 1.9.0] - 2018-08-05
12
+ ### Enhancements
6
13
- Update documentation about ` start_recording_screen `
7
- - Port ` send_keys/type ` for active element
8
- - Support ` find_element/s :image, partial_image `
9
- - Requires ` selenium-webdriver 3.14+ ` because of W3C actions
14
+ - Port ` send_keys/type ` for active element [ # 122 ] ( https://github.com/appium/ruby_lib_core/pull/122 )
15
+ - Support ` find_element/s :image, partial_image ` [ # 119 ] ( https://github.com/appium/ruby_lib_core/pull/119 )
16
+ - Requires ` selenium-webdriver 3.14+ ` because of W3C actions [ # 115 ] ( https://github.com/appium/ruby_lib_core/pull/115 )
10
17
11
18
### Bug fixes
12
19
13
20
### Deprecations
14
- - Deprecate experimental ` ImageElement ` in favor of ` Element `
15
- - Anyone does not need to care this
21
+ - [ Internal] Deprecate experimental ` ImageElement ` in favor of ` Element `
16
22
17
23
## [ 1.8.4] - 2018-07-28
18
24
### Enhancements
Original file line number Diff line number Diff line change 1
1
module Appium
2
2
module Core
3
- VERSION = '1.8.4 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
- DATE = '2018-07-28 ' . freeze unless defined? ::Appium ::Core ::DATE
3
+ VERSION = '1.9.0 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
+ DATE = '2018-08-05 ' . freeze unless defined? ::Appium ::Core ::DATE
5
5
end
6
6
end
You can’t perform that action at this time.
0 commit comments