Skip to content

Commit

Permalink
Bump Ruby version to 2.49.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jan 13, 2016
1 parent 365eeb4 commit 18c11fa
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
2.49.1 (UNRELEASED)
===================

Ruby:
* support for SessionNotCreatedError (thanks Alexander Bayandin)

Safari:
* Limit support to OS X (issue 1186)
* support for multiple concurrent drivers

PhantomJS:
* Implement Socket locking

IE:
* support for multiple concurrent drivers

Chrome:
* prevent 404 error when shutting down Chrome service (thanks Fumiaki MATSUSHIMA)
* logging turned on by default
* support local storage capabilities

Firefox:
* support setting the location of Firefox binary to use when run locally
* add default lookup of Homebrew Cask default directory (issue 1437)

W3C Specification:
* support for using with Remote WebDriver
* implement window size command
* implement window position command
* implement element size command
* implement element position command
* implement full screen window command
* implement page source command

2.48.1 (2015-10-13)
===================

Expand Down
2 changes: 1 addition & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ end

Gem::Specification.new do |s|
s.name = "selenium-webdriver"
s.version = "2.49.0.dev"
s.version = "2.49.0"

s.authors = ["Jari Bakken"]
s.email = "[email protected]"
Expand Down

0 comments on commit 18c11fa

Please sign in to comment.