We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430c147 commit 4826522Copy full SHA for 4826522
rb/CHANGES
@@ -1,8 +1,13 @@
1
-unreleased
+2.46.0 (2015-06-04)
2
===================
3
4
+Firefox:
5
+ * Support for Firefox 38
6
+ * Fix performance bug by not forcing garbage collection in httpd.js
7
+
8
Ruby changes:
9
* Retry binding to ports unavailable by EADDRNOTAVAIL (#394).
10
+ * Remove Presto-Opera support (Blink-based Opera still supported)
11
12
2.45.0 (2015-02-28)
13
rb/selenium-webdriver.gemspec
@@ -7,7 +7,7 @@ end
Gem::Specification.new do |s|
s.name = "selenium-webdriver"
- s.version = "2.46.0.dev"
+ s.version = "2.46.0"
s.authors = ["Jari Bakken"]
s.email = "[email protected]"
0 commit comments