Skip to content

Commit

Permalink
Release PHP-Parser 4.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Dec 10, 2023
1 parent 05c0186 commit 1bcbb21
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
Version 4.18.0 (2023-12-10)
---------------------------

### Added

* Added methods `ParserFactory::createForNewestSupportedVersion()` and
`ParserFactory::createForHostVersion()` for forward-compatibility with PHP-Parser 5.0.

### Fixed

* Fixed missing name resolution of class constant types.
* Fixed class members being dropped if an error is encountered while parsing a later class member
(when error recovery is enabeld).

### Changed

* The `grammar/` directory has been excluded from exported git archives.

Version 4.17.1 (2023-08-13)
---------------------------

Expand Down

0 comments on commit 1bcbb21

Please sign in to comment.