Skip to content

Commit

Permalink
Update changelog for 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Feb 6, 2018
1 parent 493daaa commit 1cffee4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
3.9.0 (2018-02-06)
==================

Ruby:
* Fixed a bug when omitted capabilities caused NoMethodError (issue #5185)
* Fixed a bug when getting page source in W3C dialect caused WebDriverError (thanks @KazuCocoa)
* Fixed a bug when getting backtrace of server error would case NoMethodError (thanks @mcking49)
* Updated YARD to ~> 0.9.11
* Updated rubyzip to ~> 1.2 (thanks @michaelglass)

Chrome:
* Added support for getting network conditions via Driver#network_conditions
* Added support for setting network conditions via Driver#network_conditions=
* Added support to allow driver respond with custom error codes (issue #5376)

Firefox:
* Improved GeckoDriver binary lookup mechanism (issue #5240)

3.8.0 (2017-12-01)
==================

Expand Down

0 comments on commit 1cffee4

Please sign in to comment.