Skip to content
Snippets Groups Projects
Commit 0bf561df authored by Nikita Popov's avatar Nikita Popov
Browse files

Release PHP-Parser 3.0.4

parent df98b041
Branches
Tags v3.0.4
No related merge requests found
Version 3.0.4-dev
Version 3.0.5-dev
-----------------
Nothing yet.
Version 3.0.4 (2017-02-10)
--------------------------
### Fixed
* Fixed some extensibility issues in pretty printer (`pUseType()` is now public and `pPrec()` calls
into `p()`, instead of directly dispatching to the type-specific printing method).
* Fixed notice in `bin/php-parse` script.
### Added
* Error recovery from missing semicolons is now supported in more cases.
* Error recovery from trailing commas in positions where PHP does not support them is now supported.
Version 3.0.3 (2017-02-03)
--------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment