Skip to content

Commit 4826522

Browse files
committed
Bump Ruby version to 2.46.0, update change log.
1 parent 430c147 commit 4826522

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

rb/CHANGES

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
unreleased
1+
2.46.0 (2015-06-04)
22
===================
33

4+
Firefox:
5+
* Support for Firefox 38
6+
* Fix performance bug by not forcing garbage collection in httpd.js
7+
48
Ruby changes:
59
* Retry binding to ports unavailable by EADDRNOTAVAIL (#394).
10+
* Remove Presto-Opera support (Blink-based Opera still supported)
611

712
2.45.0 (2015-02-28)
813
===================

rb/selenium-webdriver.gemspec

+1-1
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.46.0.dev"
10+
s.version = "2.46.0"
1111

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

0 commit comments

Comments
 (0)