From 220f5b3661e56ed118c37d6d4920fc14ef4d44d5 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sun, 29 Sep 2024 16:01:32 +0200 Subject: [PATCH] Release PHP-Parser 4.19.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89541a5822..cd709332b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ---------------------------