Prepare for 2.14.1 release

This commit is contained in:
Thomas Walpole 2017-06-07 14:00:12 -07:00
parent 5f760d1755
commit e656a5dd62
2 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
# Version 2.14.1
Release date: unreleased
Release date: 2017-06-07
### Fixed
* Workaround broken system modals when using selenium with headless Chrome
* Catch correct error when unexpected system modals are discovered in latest selenium [Thomas Walpole]
* Update default `puma` server registration to try to ensure it runs in single mode [Thomas Walpole]
* Update default `puma` server registration to encourage it to run in single mode [Thomas Walpole]
* Suppress invalid element errors raised while lazily evaluating the results of `all` [Thomas Walpole]
* Added missing `with_selected` option to the :select selector to match `options`/`with_options` options - Issue #1865 [Bartosz Nowak]
* Workaround broken system modals when using selenium with headless Chrome
# Version 2.14.0

View File

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