diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a2431c0..801cdf9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 1.3.6 (2022-09-07) +* PHP 8.2 | Fix "Use of "parent" in callables is deprecated" notice #1169 + ## 1.5.1 (2022-xx-xx) * [PHP 8.2] Various tests: explicitly declare properties #1170 @@ -23,6 +26,13 @@ * Add method that allows defining a set of arguments the mock should yield #1133 * Added option to configure default matchers for objects `\Mockery::getConfiguration()->setDefaultMatcher($class, $matcherClass)` #1120 +## 1.3.5 (2021-09-13) +* Fix auto-generated return values with union types #1143 +* Adds support for tentative types #1130 +* Fixes for PHP 8.1 Support (#1130 and #1140) +* Add method that allows defining a set of arguments the mock should yield #1133 +* Added option to configure default matchers for objects `\Mockery::getConfiguration()->setDefaultMatcher($class, $matcherClass)` #1120 + ## 1.4.3 (2021-02-24) * Fixes calls to fetchMock before initialisation #1113