Skip to content

Commit 223bcdc

Browse files
committed
Update Ruby Changelog and bump version to 2.53
1 parent 42690d0 commit 223bcdc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

rb/CHANGES

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
2.53.0 (Unreleased)
1+
2.53.0 (2016-03-15)
22
===================
33

44
Ruby:
55
* Removed dependency on "multi_json" (issue 1632)
66
* Properly handle namespaces in install manifest of Firefox add-ons (issue 1143)
7+
* Improve error handling when stopping browsers (thanks bsedat)
8+
* Fix deselecting options in select lists (thanks glib-briia)
9+
* Fix w3c error handling
10+
* Update w3c Capabilities support
11+
12+
IE:
13+
* support for alert credentials (issue #1698, thanks Alan Baird & trabulmonkee)
714

815
2.52.0 (2016-02-12)
916
===================

rb/selenium-webdriver.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ end
77

88
Gem::Specification.new do |s|
99
s.name = "selenium-webdriver"
10-
s.version = "2.53.0dev"
10+
s.version = "2.53.0"
1111

1212
s.authors = ["Jari Bakken"]
1313
s.email = "[email protected]"

0 commit comments

Comments
 (0)