Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Add changelog entry for #1508
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj authored and JonRowe committed Jan 7, 2023
1 parent 329e704 commit 1c4c7f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
### Development
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.1...3-12-maintenance)

Bug Fixes:

* Fix implementation blocks for mocks using keyword arguments on Ruby 3.2.0.
(Adam Steel, #1508)

### 3.12.1 / 2022-12-10
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.0...v3.12.1)

Expand All @@ -15,6 +20,8 @@ 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 1c4c7f8

Please sign in to comment.