You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,17 @@ Read `release_notes.md` for commit level details.
5
5
## [Unreleased]
6
6
7
7
### Enhancements
8
-
- Support custom listener
9
-
- e.g. A listener named `CustomListener` which inherits `::Selenium::WebDriver::Support::AbstractEventListener` can set as `appium_lib: { listener: CustomListener.new}` capability
10
8
11
9
### Bug fixes
12
10
13
11
### Deprecations
14
12
13
+
## [6.3.0] - 2023-03-14
14
+
15
+
### Enhancements
16
+
- Support custom listener
17
+
- e.g. A listener named `CustomListener` which inherits `::Selenium::WebDriver::Support::AbstractEventListener` can set as `appium_lib: { listener: CustomListener.new}` capability
0 commit comments