Update History.md [ci ckip]

This commit is contained in:
Thomas Walpole 2016-03-24 14:27:19 -07:00
parent 55f064ab45
commit a54840053b
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ Release date: unreleased
* Element#visible?/checked?/disabled?/selected? Now return boolean
as expected when using the rack_test driver [Thomas Walpole]
* The rack_test driver now considers \<input type="hidden"> elements as non-visible [Thomas Walpole]
* A nil locator passed to the built-in html type selectors now behaves consistently, and finds all elements of the correct type [Thomas Walpole]
* A nil locator passed to the built-in html type selectors now behaves consistently, and finds elements of the expected types [Thomas Walpole]
* Capybara::Server now searches for available ports on the same interface it binds to [Aaron Stone]
### Added
* :multiple filter added to relevant selectors [Thomas Walpole]