Skip to content

Commit

Permalink
Release PHP-Parser 4.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed May 3, 2021
1 parent 37ac4ea commit 4432ba3
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
Version 4.10.5-dev
Version 4.10.6-dev
------------------

Nothing yet.

Version 4.10.5 (2020-05-03)
---------------------------

### Added

* [PHP 8.1] Added support for enums. These are represented using the `Stmt\Enum_` and
`Stmt\EnumCase` nodes.
* [PHP 8.1] Added support for never type. This type will now be returned as an `Identifier` rather
than `Name`.
* Added `ClassConst` builder.

### Changed

* Non-UTF-8 code units in strings will now be hex-encoded.

### Fixed

* Fixed precedence of arrow functions.

Version 4.10.4 (2020-12-20)
---------------------------

Expand Down

0 comments on commit 4432ba3

Please sign in to comment.