From 2373e363e5307f128b6b8eafce9ee00a12450392 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Fri, 19 Sep 2014 11:46:18 -0700 Subject: [PATCH] Update fixes in 2.4.2 [skip ci] --- History.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/History.md b/History.md index d709fc85..6b00444a 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +# Version 2.4.2 +Release date: unreleased + +### Fixed +* Prevent concurrency issue when testing Rails app with default test environment [Thomas Walpole] +* Tags for windows API tests fixed [Dmitry Vorotilin] +* Documentation Fixes [Andrey Botalov] +* Always convert visit url to string, fixes issue with visit when always_include_port was enabled [Jake Goulding] +* Check correct rspec version before including ::RSpec::Matchers::Composable in Capybara RSpec matchers [Thomas Walpole, Justin Ko] + # Version 2.4.1 Release date: 2014-07-03