Update fixes in 2.4.2 [skip ci]

This commit is contained in:
Thomas Walpole 2014-09-19 11:46:18 -07:00
parent 1d2529d59c
commit 2373e363e5
1 changed files with 10 additions and 0 deletions

View File

@ -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