From b4dff4104809e0c8eb629b0d3e98319532329609 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 11 Aug 2020 12:20:56 +0100 Subject: [PATCH] Release 1.3.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 594387eaa..4a59333e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.3 (2020-08-11) +* Fix array to string conversion in ConstantsPass (#1086) +* Fixed nullable PHP 8.0 union types (#1088) +* Fixed support for PHP 8.0 parent type (#1088) +* Fixed PHP 8.0 mixed type support (#1088) +* Fixed PHP 8.0 union return types (#1088) + ## 1.3.2 (2020-07-09) * Fix mocking with anonymous classes (#1039) * Fix andAnyOthers() to properly match earlier expectations (#1051)