Skip to content

Commit

Permalink
Release PHP-Parser 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Sep 29, 2024
1 parent 961f158 commit 3abf742
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 5.3.0 (2024-09-29)
--------------------------

### Added

* Added `indent` option to pretty printer, which can be used to specify the indentation to use
(defaulting to four spaces). This also allows using tab indentation.

### Fixed

* Resolve names in `PropertyHook`s in the `NameResolver`.
* 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 5.2.0 (2024-09-15)
--------------------------

Expand Down

0 comments on commit 3abf742

Please sign in to comment.