diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf4d60..bfe3c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/doc/1_Installation.markdown b/doc/1_Installation.markdown index 13e9c77..5179228 100644 --- a/doc/1_Installation.markdown +++ b/doc/1_Installation.markdown @@ -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" } }