File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
- Version 4.5 .1-dev
1
+ Version 4.6 .1-dev
2
2
-----------------
3
3
4
4
Nothing yet.
5
5
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
+
6
23
Version 4.5.0 (2020-06-03)
7
24
--------------------------
8
25
You can’t perform that action at this time.
0 commit comments