Skip to content

Commit

Permalink
tagged 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Mar 16, 2017
1 parent 5859253 commit 9f2a0ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
#Edge
Release date: Unreleased
#Version 2.13.0
Release date: 2017-03-16

### Added

* Selenium driver supports returning element(s) from evaluate_script [Thomas Walpole]
* rack_test driver supports click on checkboxes and radio buttons to change their states [Thomas Walpole]
* Support RSpec equivalent assertions and expectations for MiniTest [Thomas Walpole]

### Foxed
* Editing of content editable children with selenium

#Version 2.12.1
Release date: 2017-02-16

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Capybara
VERSION = '2.12.0'
VERSION = '2.13.0'
end

0 comments on commit 9f2a0ab

Please sign in to comment.