Skip to content

Commit

Permalink
Release PHP-Parser 4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Aug 13, 2023
1 parent 6d2584b commit 844c228
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 4.17.0 (2023-08-13)
---------------------------

### Added

* [PHP 8.3] Added support for typed class constants.
* [PHP 8.3] Added supprot for dynamic class constant fetch.
* [PHP 8.3] Added support for readonly anonymous classes.

### Fixed

* Fixed missing required parentheses when pretty printing new with an expression class name.
* Fixed missing required parentheses when pretty printing `(CONST)::$x` and similar.

Version 4.16.0 (2023-06-25)
---------------------------

Expand Down

0 comments on commit 844c228

Please sign in to comment.