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

Commit 9602aed

Browse files
committed
Change log updates
1 parent 0306f46 commit 9602aed

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Changelog.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### Development
2+
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.1...4-0-dev)
23

34
Breaking Changes:
45

@@ -9,11 +10,19 @@ Breaking Changes:
910

1011
Bug Fixes:
1112

12-
* Issue `ArgumentError` rather than `TypeError` when unsupported methods on
13-
unsupported objects are attempted to be stubbed. (@zhisme, #1357)
13+
* Support keyword arguments with `and_call_original` on Ruby 3.0.
14+
(Bryan Powell, #1385)
1415
* `RSpec::Mocks::Constant#previously_defined?` is now always a boolean.
1516
(Phil Pirozhkov, #1397)
1617

18+
### 3.10.1 / 2020-12-27
19+
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.0...v3.10.1)
20+
21+
Bug Fixes:
22+
23+
* Issue `ArgumentError` rather than `TypeError` when unsupported methods on
24+
unsupported objects are attempted to be stubbed. (@zhisme, #1357)
25+
1726
### 3.10.0 / 2020-10-30
1827
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.9.1...v3.10.0)
1928

0 commit comments

Comments
 (0)