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.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
halogenandtoast committed Mar 16, 2012
1 parent 02f2a8a commit 464a7bf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2012-03-09 Joe Ferris <jferris@thoughtbot.com>
* node.rb, driver_spec.rb: Allow interaction with invisible elements

2012-03-02 Joe Ferris <jferris@thoughtbot.com>
* browser.rb: Use Timeout from stdlib since Capybara.timeout is being removed

2012-03-02 Matthew Mongeau <halogenandtoast@gmail.com>
* capybara_webkit_builder.rb:
set LANG to en_US.UTF-8 to prevent string encoding issues during install
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
@@ -1,4 +1,10 @@
New for 0.10.2:

* Allow interaction with invisible elements
* Use Timeout from stdlib since Capybara.timeout is being removed

New for 0.10.1:

* LANG environment variable is set to en_US.UTF-8 in order to avoid string encoding issues from qmake.
* pro, find_command, and CommandFactory are more structured.
* Changed wiki link and directing platform specific issues to the google group.
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/driver/webkit/version.rb
@@ -1,7 +1,7 @@
module Capybara
module Driver
class Webkit
VERSION = '0.10.1'.freeze
VERSION = '0.10.2'.freeze
end
end
end

0 comments on commit 464a7bf

Please sign in to comment.