Skip to content

Commit

Permalink
Release PHP-Parser 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Apr 3, 2015
1 parent 8d18848 commit 08f97eb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
Version 1.2.2-dev
Version 1.2.3-dev
-----------------

Nothing yet.

Version 1.2.2 (2015-04-03)
--------------------------

* The `NameResolver` now resolves parameter type hints when entering the function/method/closure node. As such other
visitors running after it will be able to make use of the resolved names at that point already.
* The autoloader no longer sets the `unserialize_callback_func` ini option on registration - this is not necessary and
may cause issues when running PhpUnit tests with process isolation.

Version 1.2.1 (2015-03-24)
--------------------------

Expand Down

0 comments on commit 08f97eb

Please sign in to comment.