From 53c2753d756f5adb586dca79c2ec0e2654dd9463 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 3 Jun 2020 09:23:44 +0200 Subject: [PATCH] Release PHP-Parser 4.5.0 --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 231fbe0840..2fb488acc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ -Version 4.4.1-dev +Version 4.5.1-dev ----------------- +Nothing yet. + +Version 4.5.0 (2020-06-03) +-------------------------- + ### Added -* Added support for the mixed type +* [PHP 8.0] Added support for the mixed type. This means `mixed` types are now parsed as an + `Identifier` rather than a `Name`. +* [PHP 8.0] Added support for catching without capturing the exception. This means that + `Catch_::$var` may now be null. Version 4.4.0 (2020-04-10) --------------------------