1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-22 22:01:18 +01:00

Release PHP-Parser 4.0 Alpha 3

This commit is contained in:
Nikita Popov 2017-12-26 17:29:20 +01:00
parent ceb4932ca8
commit 63abf9cb3f

View File

@ -1,9 +1,17 @@
Version 4.0.0-dev
-----------------
Nothing yet.
Version 4.0.0-alpha3 (2017-12-26)
---------------------------------
### Fixed
* Fixed comment indentation in formatting-preserving pretty printer.
* In the formatting-preserving pretty printer:
* Fixed comment indentation.
* Fixed handling of inline HTML in the fallback case.
* Fixed insertion into list nodes that require creation of a code block.
### Added