Skip to content

Commit 53c2753

Browse files
committed
Release PHP-Parser 4.5.0
1 parent b5f5313 commit 53c2753

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
Version 4.4.1-dev
1+
Version 4.5.1-dev
22
-----------------
33

4+
Nothing yet.
5+
6+
Version 4.5.0 (2020-06-03)
7+
--------------------------
8+
49
### Added
510

6-
* Added support for the mixed type
11+
* [PHP 8.0] Added support for the mixed type. This means `mixed` types are now parsed as an
12+
`Identifier` rather than a `Name`.
13+
* [PHP 8.0] Added support for catching without capturing the exception. This means that
14+
`Catch_::$var` may now be null.
715

816
Version 4.4.0 (2020-04-10)
917
--------------------------

0 commit comments

Comments
 (0)