1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-30 04:19:30 +01:00

Release PHP-Parser 4.0.1

This commit is contained in:
Nikita Popov 2018-03-25 19:35:16 +02:00
parent 3125b54e5e
commit e4a54fa90a

View File

@ -1,6 +1,11 @@
Version 4.0.1-dev
Version 4.0.2-dev
-----------------
Nothing yet.
Version 4.0.1 (2018-03-25)
--------------------------
### Added
* [PHP 7.3] Added support for trailing commas in function calls.