tagged 2.13.0

This commit is contained in:
Thomas Walpole 2017-03-16 13:50:31 -07:00
parent 5859253b64
commit 9f2a0ab349
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#Edge
Release date: Unreleased
#Version 2.13.0
Release date: 2017-03-16
### Added
@ -7,6 +7,9 @@ Release date: Unreleased
* 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

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true
module Capybara
VERSION = '2.12.0'
VERSION = '2.13.0'
end