Skip to content

Commit d33b884

Browse files
committed
[rb] update changelog and bump version to Se 4 RC2
1 parent 5e91eb5 commit d33b884

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

rb/CHANGES

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
4.0.0.rc2 (Unreleased)
2+
=========================
3+
4+
DevTools:
5+
* Released selenium-devtools 0.93.0 (2021-09-01)
6+
- adds CDP version 93
7+
- removes CDP version 91
8+
* Released selenium-devtools 0.94.0 (2021-09-22)
9+
- adds CDP version 94
10+
- removes CDP version 92
11+
* Added support for mutating responses in network interception
12+
13+
Ruby:
14+
* Implemented Options#add_option to work for vendor extension capabilities
15+
* Fixed bug for requiring uri (#9825 thanks @flanger001)
16+
* Moved New Window functionality to TargetLocator#new_window to be used with Driver#switch_to
17+
* Deprecated using Manager#new_window
18+
* Changed order of logging output (#9850)
19+
20+
Chromium:
21+
* Implemented casting functionality
22+
* Implemented ability to launch chromium app
23+
* Implemented support for specifying permissions
24+
25+
Firefox:
26+
* Implemented context functionality
27+
28+
Remote:
29+
* Added support for file detector to install Firefox addons from client machine
30+
131
4.0.0.rc1 (2021-09-01)
232
=========================
333

rb/lib/selenium/webdriver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.0.0.rc1'
22+
VERSION = '4.0.0.rc2'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)