We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70d51a commit 67811b8Copy full SHA for 67811b8
rb/CHANGES
@@ -1,8 +1,9 @@
1
-2.38.0 (???)
2
-============
+2.38.0 (2013-12-05)
+===================
3
4
-* Enforce required ruby version in gemspec, not just through rubyzip.
5
-* Expose the logging API (beta, subject to change) in the Ruby client: driver.manage.logs #=> Selenium::WebDriver::Logs
+* Enforce required Ruby version in gemspec, not just transitively through rubyzip.
+* Expose the logging API (beta API, subject to change) in the Ruby client: driver.manage.logs #=> Selenium::WebDriver::Logs
6
+* Update to support native events for Firefox 25
7
8
9
2.37.0 (2013-10-18)
rb/build.desc
@@ -1,5 +1,5 @@
rubygem(
- version = "2.38.0.dev",
+ version = "2.38.0",
name = "selenium-webdriver",
dir = "build/rb",
deps = [
0 commit comments