Skip to content

Commit 4174ec2

Browse files
committed
Update changelog for 3.10.0
1 parent 12b76c5 commit 4174ec2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

rb/CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
3.10.0 (Unreleased)
2+
===================
3+
4+
Ruby:
5+
* Added Errno::EAFNOSUPPORT to the list of ignored errors when finding port (thanks @jtarchie)
6+
* Added automatic conversion of noProxy to the list of strings as required
7+
by W3C WebDriver Specification (issue #5004)
8+
9+
Chrome:
10+
* Added Chrome::Options#headless! shortcut to enable headless mode (thanks @pulkitsharma07)
11+
112
3.9.0 (2018-02-06)
213
==================
314

rb/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
selenium-webdriver (3.9.0)
4+
selenium-webdriver (3.10.0)
55
childprocess (~> 0.5)
66
rubyzip (~> 1.2)
77

0 commit comments

Comments
 (0)