mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-30 04:29:15 +01:00
Release PHP-Parser 1.0.2
This commit is contained in:
parent
7fbdb79a08
commit
a8ffc6fcfc
11
CHANGELOG.md
11
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
|
||||
[1]: https://github.com/nikic/PHP-Parser/blob/0.9/CHANGELOG.md
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user