diff --git a/CHANGELOG.md b/CHANGELOG.md index ee5ac8a..1f433bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ -Version 0.9.2-dev +Version 0.9.3-dev ----------------- +Nothing yet. + +Version 0.9.2 (07.07.2012) +-------------------------- * Add `Class->getMethods()` function, which returns all methods contained in the `stmts` array of the class node. This does not take inherited methods into account. diff --git a/doc/1_Installation.markdown b/doc/1_Installation.markdown index 4f44585..bb2211c 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": "0.9.1" + "nikic/php-parser": "0.9.2" } } @@ -33,7 +33,7 @@ Installing as a PEAR package Run the following two commands: pear channel-discover nikic.github.com/pear - pear install channel://nikic.github.com/pear/PHPParser-0.9.1 + pear install channel://nikic.github.com/pear/PHPParser-0.9.2 Installing as a Git Submodule -----------------------------