Skip to content

Commit c346bbf

Browse files
committed
Release PHP-Parser 4.6.0
1 parent 4abc531 commit c346bbf

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1-
Version 4.5.1-dev
1+
Version 4.6.1-dev
22
-----------------
33

44
Nothing yet.
55

6+
Version 4.6.0 (2020-07-02)
7+
--------------------------
8+
9+
### Added
10+
11+
* [PHP 8.0] Added support for trailing commas in parameter lists.
12+
* [PHP 8.0] Added support for constructor promotion. The parameter visibility is stored in
13+
`Node\Param::$flags`.
14+
15+
### Fixed
16+
17+
* Comment tokens now always follow the PHP 8 interpretation, and do not include trailing
18+
whitespace.
19+
* As a result of the previous change, some whitespace issues when inserting a statement into a
20+
method containing only a comment, and using the formatting-preserving pretty printer, have been
21+
resolved.
22+
623
Version 4.5.0 (2020-06-03)
724
--------------------------
825

0 commit comments

Comments
 (0)