Skip to content

Commit

Permalink
Update changelog for 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed May 8, 2018
1 parent 7c6e0b3 commit c3bb30c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
3.12.0 (2018-05-08)
===================

Ruby:
* Added User-Agent header to requests from Selenium to give remote
ends more visibility into distribution of clients (thanks @sah)
* Added Selenium::WebDriver::VERSION constant (thanks @sah)
* Added changelog link to RubyGems page
* Fixed a bug when requests were sent with empty Content-Type,
which should instead be application/json (issue #5615 and #5659)
* Fixed a bug when failed connection attempt was retried without
grace period for remote to resolve its problem (thanks @amckinley42)
* Fixed a bug with accidentally removed HasNetworkConnection driver extension

Chrome:
* Fixed a bug when deprecation message for using Chrome extensions
was incorrectly shown (thanks @treby)

Safari:
* Added support getting permissions via Driver#permissions
* Added support setting permissions via Driver#permissions=
* Added support enabling web inspector via Driver#attach_debugger

3.11.0 (2018-03-11)
===================

Expand Down

0 comments on commit c3bb30c

Please sign in to comment.