Update changelog

This commit is contained in:
nikic 2012-05-12 14:15:24 +02:00
parent e16513a0eb
commit 3f66b7ecac

View File

@ -1,6 +1,8 @@
Version 0.9.2-dev
-----------------
* Fix parsing of new expressions in parentheses, e.g. `return(new Foo);`.
* [BC] Due to the below changes nodes now optionally accept an `$attributes` array as the
last parameter, instead of the previously used `$line` and `$docComment` parameters.