diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b92b349..b54c42fd 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) --------------------------