From 002ebcb65324bca7b3ee044e22f4c02133fce14d Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Wed, 18 Mar 2020 20:49:25 +0000 Subject: [PATCH] Changelog for #2704 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 78970eb5df..e331552cb0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,8 @@ Bug Fixes: * Prevent invalid implementations of `Exception#cause` from being treated as a valid cause (and causing strange errors) in `RSpec::Core::Formatters::ExceptionPresenter`. (Jon Rowe, #2703) +* Correctly detect patterns when `rspec_opts` is an array in `RSpec::Core::RakeTask`. + (Marc-André Lafortune, #2704) ### 3.9.1 / 2019-12-28 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.0...v3.9.1)