Skip to content

Commit

Permalink
Release PHP-Parser 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jun 3, 2020
1 parent b5f5313 commit 53c2753
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions 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)
--------------------------
Expand Down

1 comment on commit 53c2753

@TomasVotruba
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 👍

Please sign in to comment.