Skip to content

Commit cc9e378

Browse files
committed
Release 1.9.0
1 parent 7b44bf7 commit cc9e378

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,22 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55
### Enhancements
6+
7+
### Bug fixes
8+
9+
### Deprecations
10+
11+
## [1.9.0] - 2018-08-05
12+
### Enhancements
613
- 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)
1017

1118
### Bug fixes
1219

1320
### 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`
1622

1723
## [1.8.4] - 2018-07-28
1824
### Enhancements

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Appium
22
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
55
end
66
end

0 commit comments

Comments
 (0)