From e52f25b6b5d0757b367cd674b52054d130ea19aa Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Thu, 18 Jun 2020 12:22:45 +0100 Subject: [PATCH] Changelog for #2736 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 540583607f..3a4c8a71a5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,8 @@ Bug Fixes: * Declare `ruby2_keywords` on `method_missing` for other gems. (Jon Rowe, #2731) * Ensure custom error codes are returned from bisect runs. (Jon Rowe, #2732) +* Ensure `RSpec::Core::Configuration` predicate config methods return booleans. + (Marc-André Lafortune, #2736) ### 3.9.2 / 2020-05-02 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.1...v3.9.2)