File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
### Enhancements
7
- - Remove ` touch ` action by default and following ` selenium-webdriver ` in W3C action.
8
- - Since XCUITest and UA2 drivers force handling the pointer as ` touch ` .
7
+
8
+ ### Bug fixes
9
+
10
+ ### Deprecations
11
+
12
+ ## [ 1.3.7] - 2018-04-02
13
+ ### Enhancements
14
+ - Only for ` ruby_lib_core ` internal process
15
+ - Remove ` touch ` action by default and following ` selenium-webdriver ` in W3C action.
16
+ - Since XCUITest and UA2 drivers force handling the pointer as ` touch ` .
9
17
10
18
### Bug fixes
11
19
Original file line number Diff line number Diff line change 1
1
module Appium
2
2
module Core
3
- VERSION = '1.3.6 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
- DATE = '2018-04-01 ' . freeze unless defined? ::Appium ::Core ::DATE
3
+ VERSION = '1.3.7 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
+ DATE = '2018-04-02 ' . freeze unless defined? ::Appium ::Core ::DATE
5
5
end
6
6
end
You can’t perform that action at this time.
0 commit comments