From 42a6b3243f7e4c3a85ea4e117483fbdcba58ff58 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Thu, 18 Feb 2021 08:45:26 +0000 Subject: [PATCH] [mocks] Change log for rspec/rspec-mocks#1394 This commit was imported from https://github.com/rspec/rspec-mocks/commit/476b6e9ed6e227845591c0bd00ca86686ddc510a. --- rspec-mocks/Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rspec-mocks/Changelog.md b/rspec-mocks/Changelog.md index 020154591..1beecb663 100644 --- a/rspec-mocks/Changelog.md +++ b/rspec-mocks/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)