Skip to content

Commit

Permalink
Update changelog for #1514
Browse files Browse the repository at this point in the history
  • Loading branch information
benoittgt authored and JonRowe committed Jan 7, 2023
1 parent e0eb625 commit 6d92b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 6d92b9c

Please sign in to comment.