Skip to content

Commit 1cffee4

Browse files
committed
Update changelog for 3.9.0
1 parent 493daaa commit 1cffee4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

rb/CHANGES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
3.9.0 (2018-02-06)
2+
==================
3+
4+
Ruby:
5+
* Fixed a bug when omitted capabilities caused NoMethodError (issue #5185)
6+
* Fixed a bug when getting page source in W3C dialect caused WebDriverError (thanks @KazuCocoa)
7+
* Fixed a bug when getting backtrace of server error would case NoMethodError (thanks @mcking49)
8+
* Updated YARD to ~> 0.9.11
9+
* Updated rubyzip to ~> 1.2 (thanks @michaelglass)
10+
11+
Chrome:
12+
* Added support for getting network conditions via Driver#network_conditions
13+
* Added support for setting network conditions via Driver#network_conditions=
14+
* Added support to allow driver respond with custom error codes (issue #5376)
15+
16+
Firefox:
17+
* Improved GeckoDriver binary lookup mechanism (issue #5240)
18+
119
3.8.0 (2017-12-01)
220
==================
321

0 commit comments

Comments
 (0)