mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-26 20:14:46 +01:00
Release PHP-Parser 4.5.0
This commit is contained in:
parent
b5f5313d73
commit
53c2753d75
12
CHANGELOG.md
12
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)
|
||||
--------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user