Skip to content

Commit

Permalink
Release PHP-Parser 4.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Sep 29, 2024
1 parent ad38d47 commit 220f5b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
---------------------------

Expand Down

0 comments on commit 220f5b3

Please sign in to comment.