From 426623e453dff532f98941da4c0e2e1201b5bec2 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Sat, 30 May 2020 17:55:32 +0100 Subject: [PATCH] Change log for #2732 --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index c24aa486a2..396b13d448 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ Bug Fixes: (Marc-André Lafortune, #2704) * Make `RSpec.clear_examples` reset example counts for example groups. This fixes an issue with re-running specs not matching ids. (Agis Anastasopoulos, #2723) +* Ensure custom error codes are returned from bisect runs. (Jon Rowe, #2732) ### 3.9.1 / 2019-12-28 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.0...v3.9.1)