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:
parent
f41a4c9acb
commit
eb20e32914
@ -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)
|
||||
--------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user