From 24e5b7b0059bc35bdeb0e0c985ffa7ff4e2362aa 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 7dad6ef4ad..4280ab2d0c 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)