Skip to content

Commit

Permalink
Update Ruby Changelog and bump version to 2.53
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Mar 15, 2016
1 parent 42690d0 commit 223bcdc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
2.53.0 (Unreleased)
2.53.0 (2016-03-15)
===================

Ruby:
* Removed dependency on "multi_json" (issue 1632)
* Properly handle namespaces in install manifest of Firefox add-ons (issue 1143)
* Improve error handling when stopping browsers (thanks bsedat)
* Fix deselecting options in select lists (thanks glib-briia)
* Fix w3c error handling
* Update w3c Capabilities support

IE:
* support for alert credentials (issue #1698, thanks Alan Baird & trabulmonkee)

2.52.0 (2016-02-12)
===================
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.53.0dev"
s.version = "2.53.0"

s.authors = ["Jari Bakken"]
s.email = "jari.bakken@gmail.com"
Expand Down

0 comments on commit 223bcdc

Please sign in to comment.