Skip to content

Commit a26595f

Browse files
committed
Bump Ruby version to 2.45.0, update change log.
1 parent 5017cb8 commit a26595f

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

rb/CHANGES

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
2.45.0.dev (???)
2-
============
1+
2.45.0 (2014-02-28)
2+
===================
3+
4+
Firefox:
5+
* Native events in Firefox relied on an API that Mozilla no longer
6+
provides. As such, fall back to synthesized events on recent Firefox
7+
versions.
8+
9+
Ruby changes:
10+
* Allow switching windows when current window is closed (thanks Titus Fortner).
11+
* Add :javascript_enabled to Android capabilities.
312

413
2.44.0 (2014-10-05)
514
===================

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.45.0.dev3"
10+
s.version = "2.45.0"
1111

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

0 commit comments

Comments
 (0)