diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe3c69..9c95633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ -Version 1.0.2-dev +Version 1.0.3-dev ----------------- Nothing yet. +Version 1.0.2 (04.11.2014) +-------------------------- + +* The `NameResolver` visitor now also resolves names in trait adaptations (aliases and precedence declarations). + +* Remove stray whitespace when pretty-printing trait adaptations that only change visibility. + Version 1.0.1 (14.10.2014) -------------------------- @@ -105,4 +112,4 @@ Version 1.0.0-beta1 (27.03.2014) **This changelog only includes changes from the 1.0 series. For older changes see the [0.9 series changelog][1].** - [1]: https://github.com/nikic/PHP-Parser/blob/0.9/CHANGELOG.md \ No newline at end of file + [1]: https://github.com/nikic/PHP-Parser/blob/0.9/CHANGELOG.md diff --git a/doc/1_Installation.markdown b/doc/1_Installation.markdown index 5179228..02650bd 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.1" + "nikic/php-parser": "~1.0.2" } }