Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Bump to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoran committed Jan 3, 2013
1 parent 3dfcf46 commit 6b13f51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
capybara-webkit (0.13.0)
capybara-webkit (0.14.0)
capybara (~> 2.0, >= 2.0.2)
json

Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
New for HEAD:
New for 0.14.0:

* URL blacklist support.
* Various fixes for JavaScript console messages.
Expand All @@ -12,6 +12,10 @@ New for HEAD:
* JavaScipt console messages and alerts are now written to the logger instead of directly to stdout.
* Dropped support for Qt 4.7.
* Fix deadlocks encountered during page load.
* Delete Response objects when commands have timed out.
* Fix an infinite loop when invalid credentials are used for HTTP auth.
* Ensure queued commands start only after pending commands have finished.
* Fix segfaults related to web fonts on OS X.

New for 0.13.0:

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/webkit/version.rb
@@ -1,7 +1,7 @@
module Capybara
module Driver
class Webkit
VERSION = '0.13.0'.freeze
VERSION = '0.14.0'.freeze
end
end
end

0 comments on commit 6b13f51

Please sign in to comment.