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

Release version 1.0.1

This commit is contained in:
nikic 2014-10-14 21:40:07 +02:00
parent eb20e32914
commit b9a60372f2
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
Version 1.0.1-dev
Version 1.0.2-dev
-----------------
Nothing yet.
Version 1.0.1 (14.10.2014)
--------------------------
* Disallow `new` expressions without a class name. Previously `new;` was accidentally considered to be valid code.
* Support T_ONUMBER token used by HHVM.

View File

@ -10,7 +10,7 @@ Create a `composer.json` file in your project root and use it to define your dep
{
"require": {
"nikic/php-parser": "~1.0.0"
"nikic/php-parser": "~1.0.1"
}
}