1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Prepare for 3.11.0 release

This commit is contained in:
Thomas Walpole 2018-11-14 11:33:44 -08:00
parent 1ae1329ad5
commit d1fc4b2e1a
2 changed files with 3 additions and 2 deletions

View file

@ -1,10 +1,11 @@
# Version 3.11.0
Release date: unreleased
Release date: 2018-11-14
### Added
* Ability for node filters to set detailed error messages
* `Capybara::HTML` Will use `nokogumbo` for HTML parsing if installed
* `Selector#locator_filter` added to allow for dynamic locator in selectors
### Fixed

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Capybara
VERSION = '3.10.1'
VERSION = '3.11.0'
end