From 21dce06dfbf0365c6a7cc8fdbdc995926c6a9300 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 25 Jul 2020 15:18:53 +0200 Subject: [PATCH] Release PHP-Parser 4.7.0 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b92b34..b54c42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ -Version 4.7.0-dev +Version 4.7.1-dev ----------------- +Version 4.7.0 (2020-07-25) +-------------------------- + ### Added * Add `ParentConnectingVisitor` and `NodeConnectingVisitor` classes. @@ -11,6 +14,9 @@ Version 4.7.0-dev ### Fixed * Fixed missing error for unterminated comment with trailing newline (#688). +* Compatibility with PHP 8.0 has been restored: Namespaced names are now always represented by + `T_NAME_*` tokens, using emulationg on older PHP versions. Full support for reserved keywords + in namespaced names is not yet present. Version 4.6.0 (2020-07-02) --------------------------