1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-30 04:19:30 +01:00

Release version 0.9.1

This is in anticipation of doing some backwards compatability breaking
changes in the next version.
This commit is contained in:
nikic 2012-04-24 00:52:11 +02:00
parent b42c9209c7
commit b1cc9ce676

View File

@ -1,6 +1,11 @@
Version 0.9.1-dev
Version 0.9.2-dev
-----------------
Nothing yet.
Version 0.9.1 (24.04.2012)
--------------------------
* Add ability to add attributes to nodes:
It is now possible to add attributes to a node using `$node->setAttribute('name', 'value')` and to retrieve them using