updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-11-22 09:42:16 +01:00
parent bd5eda38fa
commit b063d923bf

View File

@ -108,6 +108,10 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* added a way to get parsing errors for Crawler::addHtmlContent() and Crawler::addXmlContent() via libxml functions
* added support for submitting a form without a submit button
### EventDispatcher
* added a reference to the EventDispatcher on the Event
### Finder
* Finder::exclude() now supports an array of directories as an argument