File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ Read `release_notes.md` for commit level details.
9
9
10
10
### Deprecations
11
11
12
+ ## [ 2.3.3] - 2019-01-22
13
+ ### Enhancements
14
+
15
+ ### Bug fixes
16
+ - Add ` *args, &block ` in method missing in ` Selenium::WebDriver::Element ` [ #184 ] ( https://github.com/appium/ruby_lib_core/pull/184 )
17
+
18
+ ### Deprecations
19
+
12
20
## [ 2.3.2] - 2019-01-20
13
21
### Enhancements
14
22
- Add alias for some method calls
Original file line number Diff line number Diff line change 1
1
module Appium
2
2
module Core
3
- VERSION = '2.3.2 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
- DATE = '2019-01-20 ' . freeze unless defined? ::Appium ::Core ::DATE
3
+ VERSION = '2.3.3 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
+ DATE = '2019-01-22 ' . freeze unless defined? ::Appium ::Core ::DATE
5
5
end
6
6
end
You can’t perform that action at this time.
0 commit comments