From f3da44bac5407b5e51c0bb27ed22889607d6b311 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Wed, 18 Mar 2020 19:40:14 +0000 Subject: [PATCH] Changelog for #1167 --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index e67e299e8..2a35d1366 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +### Development +[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.1...3-9-maintenance) + +Bug Fixes: + +* Issue a proper `ArgumentError` when invalid arguments are given to `yield_control` + modifiers such as `at_least` et al. (Marc-André Lafortune, #1167) + ### 3.9.1 / 2020-03-13 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.0...v3.9.1)