We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acaf3fe commit 21dce06Copy full SHA for 21dce06
CHANGELOG.md
@@ -1,6 +1,9 @@
1
-Version 4.7.0-dev
+Version 4.7.1-dev
2
-----------------
3
4
+Version 4.7.0 (2020-07-25)
5
+--------------------------
6
+
7
### Added
8
9
* Add `ParentConnectingVisitor` and `NodeConnectingVisitor` classes.
@@ -11,6 +14,9 @@ Version 4.7.0-dev
11
14
### Fixed
12
15
13
16
* Fixed missing error for unterminated comment with trailing newline (#688).
17
+* Compatibility with PHP 8.0 has been restored: Namespaced names are now always represented by
18
+ `T_NAME_*` tokens, using emulationg on older PHP versions. Full support for reserved keywords
19
+ in namespaced names is not yet present.
20
21
Version 4.6.0 (2020-07-02)
22
--------------------------
0 commit comments