Skip to content

Commit 96037b3

Browse files
committed
Release PHP-Parser 5.0.0-alpha1
1 parent 8d02d37 commit 96037b3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Version 5.0.0-dev
22
-----------------
33

4+
Nothing yet.
5+
6+
Version 5.0.0-alpha1 (2022-09-04)
7+
---------------------------------
8+
49
See UPGRADE-5.0 for detailed migration instructions.
510

611
### Changed
@@ -27,6 +32,14 @@ See UPGRADE-5.0 for detailed migration instructions.
2732
* The PHP 5 parser has been removed. The PHP 7 parser has been adjusted to deal with PHP 5 code
2833
more gracefully.
2934

35+
Version 4.15.1 (2022-09-04)
36+
---------------------------
37+
38+
### Fixed
39+
40+
* Fixed formatting preservation when adding *multiple* attributes to a class/method/etc that
41+
previously had none. This fixes a regression in the 4.15.0 release.
42+
3043
Version 4.15.0 (2022-09-03)
3144
---------------------------
3245

0 commit comments

Comments
 (0)