diff --git a/Changelog.md b/Changelog.md index 8dced4e61..9e151a65b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,14 @@ -### Development (unreleased) +### Development Breaking Changes: * Ruby < 2.3 is no longer supported. (Phil Pirozhkov, #1349) +Bug Fixes: + +* Issue `ArgumentError` rather than `TypeError` when unsupported methods on + unsupported objects are attempted to be stubbed. (@zhisme, #1357) + ### 3.10.0 / 2020-10-30 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.9.1...v3.10.0)