Skip to content

Commit

Permalink
Release PHP-Parser 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Aug 9, 2020
1 parent 23d9c17 commit 8c58eb4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,17 @@
Version 4.7.1-dev
Version 4.8.1-dev
-----------------

Version 4.8.0 (2020-08-09)
--------------------------

### Added

* [PHP 8.0] Added support for nullsafe operator, represented using the new
`Expr\NullsafePropertyFetch` and `Expr\NullsafeMethodCall` nodes.
* Added `phpVersion` option to the emulative lexer, which allows controlling the target version to
emulate (defaults to the latest available, currently PHP 8.0). This is useful to parse code that
uses reserved keywords from newer PHP versions as identifiers.

Version 4.7.0 (2020-07-25)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.7-dev"
"dev-master": "4.8-dev"
}
},
"autoload": {
Expand Down

0 comments on commit 8c58eb4

Please sign in to comment.