From 7112d2d8f066e81e5b5799d2f39217069545d31e Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Wed, 18 Mar 2020 20:32:05 +0000 Subject: [PATCH] Changelog for #1169 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index d42b1e27e..d8bef4787 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,6 +17,8 @@ Enhancements: * Mocks expectations can now set a custom failure message. (Benoit Tigeot and Nicolas Zermati, #1156) * `aggregate_failures` now shows the backtrace line for each failure. (Fabricio Bedin, #1163) +* Support multiple combinations of `yield_control` modifiers like `at_least`, `at_most`. + (Jon Rowe, #1169) ### 3.9.0 / 2019-10-08 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.6...v3.9.0)