diff --git a/CHANGELOG.md b/CHANGELOG.md index d469d4f..a08fb0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Version 1.0.0-dev ----------------- +Nothing yet. + +Version 1.0.0-beta2 (31.08.2014) +-------------------------------- + * [PHP 5.6] Updated support for constant scalar expressions to comply with latest changes. This means that arrays and array dimension fetches are now supported as well. diff --git a/doc/1_Installation.markdown b/doc/1_Installation.markdown index 5ea5bd9..f82159f 100644 --- a/doc/1_Installation.markdown +++ b/doc/1_Installation.markdown @@ -15,7 +15,7 @@ Create a `composer.json` file in your project root and use it to define your dep { "require": { - "nikic/php-parser": "1.0.0-beta1" + "nikic/php-parser": "1.0.0-beta2" } }