Skip to content

Commit

Permalink
Release PHP-Parser 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jul 21, 2021
1 parent 55c4269 commit 6608f01
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
Version 4.11.1-dev
Version 4.12.1-dev
------------------

Nothing yet.

Version 4.12.0 (2021-07-21)
---------------------------

### Added

* [PHP 8.1] Added support for readonly properties (through a new `MODIFIER_READONLY`).
* [PHP 8.1] Added support for final class constants.

### Fixed

* Fixed compatibility with PHP 8.1. `&` tokens are now canonicalized to the
`T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG` and `T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG` tokens
used in PHP 8.1. This happens unconditionally, regardless of whether the emulative lexer is used.

Version 4.11.0 (2021-07-03)
---------------------------

Expand Down

0 comments on commit 6608f01

Please sign in to comment.