Skip to content

Commit

Permalink
Version 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe authored and pirj committed Nov 1, 2022
1 parent 4b9e02c commit 185fb4b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Development
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.3...4-0-dev)
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.11.0...4-0-dev)

Breaking Changes:

Expand All @@ -12,17 +12,18 @@ Breaking Changes:
* Remove deprecated `allow_message_expectations_on_nil` example method.
(Phil Pirozhkov, #1410)

Bug Fixes:

* Fix stubbing of prepended-only methods. (Lin Jen-Shin, #1218)

### 3.11.0 / 2022-02-09
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.3...v3.11.0)

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)
* Fix stubbing of prepended-only methods. (Lin Jen-Shin, #1218)

### 3.10.3 / 2021-01-28
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.2...v3.10.3)

Expand Down

0 comments on commit 185fb4b

Please sign in to comment.