Release PHP-Parser 4.0 Beta 1

This commit is contained in:
Nikita Popov 2018-01-27 19:06:36 +01:00
parent dd0adcc96c
commit c18bb27723
2 changed files with 10 additions and 6 deletions

View File

@ -1,19 +1,23 @@
Version 4.0.0-dev
-----------------
Nothing yet.
Version 4.0.0-beta1 (2018-01-27)
--------------------------------
### Fixed
* In formatting-preserving pretty printer:
* Fixed indentation when inserting into lists. (#466)
* In formatting-preserving pretty printer: Fixed indentation when inserting into lists. (#466)
### Added
* In formatting-preserving pretty printer:
* Improved formatting of elements inserted into multi-line arrays.
* In formatting-preserving pretty printer: Improved formatting of elements inserted into multi-line
arrays.
### Removed
* The `Autoloader` class has been removed. It is not required to use the Composer autoloader.
* The `Autoloader` class has been removed. It is now required to use the Composer autoloader.
Version 4.0.0-alpha3 (2017-12-26)
---------------------------------

View File

@ -8,7 +8,7 @@ manipulation.
[**Documentation for version 3.x**][doc_3_x] (stable; for running on PHP >= 5.5; for parsing PHP 5.2 to PHP 7.2).
[Documentation for version 4.x][doc_master] (development; for running on PHP >= 7.0; for parsing PHP 5.2 to PHP 7.2).
[Documentation for version 4.x][doc_master] (beta; for running on PHP >= 7.0; for parsing PHP 5.2 to PHP 7.2).
Features
--------