Skip to content

Commit

Permalink
Release PHP-Parser 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jul 25, 2020
1 parent acaf3fe commit 21dce06
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)
--------------------------
Expand Down

0 comments on commit 21dce06

Please sign in to comment.