File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
- Version 4.8 .1-dev
1
+ Version 4.9 .1-dev
2
2
-----------------
3
3
4
+ Nothing yet.
5
+
6
+ Version 4.9.0 (2020-08-18)
7
+ --------------------------
8
+
4
9
### Added
5
10
6
11
* [ PHP 8.0] Added support for named arguments, represented using a new ` name ` subnode on ` Arg ` .
7
12
* [ PHP 8.0] Added support for static return type, represented like a normal class return type.
8
13
* [ PHP 8.0] Added support for throw expression, represented using a new ` Expr\Throw_ ` node. For
9
14
backwards compatibility reasons, throw expressions in statement context continue to be
10
15
represented using ` Stmt\Throw_ ` .
16
+ * [ PHP 8.0] Added support for keywords as parts of namespaced names.
17
+
18
+ ### Fixed
19
+
20
+ * Emit parentheses for class constant fetch with complex left-hand-side.
21
+ * Emit parentheses for new/instanceof on complex class expression.
11
22
12
23
Version 4.8.0 (2020-08-09)
13
24
--------------------------
Original file line number Diff line number Diff line change 22
22
},
23
23
"extra" : {
24
24
"branch-alias" : {
25
- "dev-master" : " 4.8 -dev"
25
+ "dev-master" : " 4.9 -dev"
26
26
}
27
27
},
28
28
"autoload" : {
You can’t perform that action at this time.
0 commit comments