From a54840053b88caaac454e9daa2bacfc460098317 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Thu, 24 Mar 2016 14:27:19 -0700 Subject: [PATCH] Update History.md [ci ckip] --- History.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 1c781766..dadba6fd 100644 --- a/History.md +++ b/History.md @@ -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 \ 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]