Release PHP-Parser 4.19.3

This commit is contained in:
Nikita Popov 2024-09-29 16:01:32 +02:00
parent ad38d47247
commit 220f5b3661

View File

@ -1,3 +1,13 @@
Version 4.19.3 (2024-09-29)
---------------------------
### Fixed
* Include the trailing semicolon inside `Stmt\GroupUse` nodes, making them consistent with
`Stmt\Use_` nodes.
* Fixed indentation sometimes becoming negative in formatting-preserving pretty printer, resulting
in `ValueError`s.
Version 4.19.2 (2024-09-17)
---------------------------