Skip to content

Commit 1396767

Browse files
committed
Release PHP-Parser 5.0.2
1 parent 70c9649 commit 1396767

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Version 5.0.2 (2024-03-05)
2+
--------------------------
3+
4+
### Fixed
5+
6+
* Fix handling of indentation on next line after opening PHP tag in formatting-preserving pretty
7+
printer.
8+
9+
### Changed
10+
11+
* Avoid cyclic references in `Parser` objects. This means that no longer used parser objects are
12+
immediately destroyed now, instead of requiring cycle GC.
13+
* Update `PhpVersion::getNewestSupported()` to report PHP 8.3 instead of PHP 8.2.
14+
115
Version 5.0.1 (2024-02-21)
216
--------------------------
317

0 commit comments

Comments
 (0)