diff --git a/Changelog.md b/Changelog.md index 020154591..1beecb663 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,11 @@ Enhancements: * Add `and_invoke` implementation for configuring responses to `receive` (and `receive_messages`) with multiple callable objects. (Kyle Smith, #1411) +Bug Fixes: + +* Support keyword argument semantics when constraining argument expectations using + `with` on Ruby 3.0+ (Yusuke Endoh, #1394) + ### 3.10.2 / 2021-01-27 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.1...v3.10.2)