We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c9649 commit 1396767Copy full SHA for 1396767
CHANGELOG.md
@@ -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
15
Version 5.0.1 (2024-02-21)
16
--------------------------
17
0 commit comments