diff --git a/Changelog.md b/Changelog.md index cb1e84388..3c8741720 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,8 @@ Bug Fixes: * Fix implementation blocks for mocks using keyword arguments on Ruby 3.2.0. (Adam Steel, #1508) +* Fix keyword argument assertions when mocking using `with` on Ruby 3.2.0. + (Slava Kardakov, Benoit Tigeot, Phil Pirozhkov, Benoit Daloze, #1514) ### 3.12.1 / 2022-12-10 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.0...v3.12.1) @@ -20,8 +22,6 @@ Bug Fixes: inheritance boundary from raising rather than failing. (Jon Rowe, #1496) * Prevent a misleading error message when using `allow(...).not_to` with unsupported matchers. (Phil Pirozhkov, #1503) -* Fix keyword argument assertions when mocking using `with` on Ruby 3.2.0. - (Slava Kardakov, Benoit Tigeot, Phil Pirozhkov, Benoit Daloze, #1514) ### 3.12.0 / 2022-10-26 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.11.2...v3.12.0)