mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Prepare for 2.16.1 release
This commit is contained in:
parent
95a297ebef
commit
14da6d6894
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
# Version 2.16.1
|
||||
Release data: 2017-11-20
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fix rack_test driver for rack_test 0.7.1/0.8.0 [Thomas Walpole]
|
||||
* `accept_prompt` response text can contain quotes when using selenium with headless chrome [Thomas Walpole]
|
||||
|
||||
# Version 2.16.0
|
||||
Release date: 2017-11-13
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Capybara
|
||||
VERSION = '2.16.0'
|
||||
VERSION = '2.16.1'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue