1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-20 12:46:47 +01:00

Update changelog

This commit is contained in:
nikic 2014-10-14 21:37:04 +02:00
parent f41a4c9acb
commit eb20e32914

View File

@ -1,7 +1,13 @@
Version 1.0.1-dev
-----------------
* Disallow `new` expressions without a class name.
* Disallow `new` expressions without a class name. Previously `new;` was accidentally considered to be valid code.
* Support T_ONUMBER token used by HHVM.
* Add ability to directly pass code to the `php-parse.php` script.
* Prevent truncation of `var_dump()` output in the `php-parse.php` script if XDebug is used.
Version 1.0.0 (12.09.2014)
--------------------------