[2.1][CHANGELOG]: Finder, Comparator new features

This commit is contained in:
Włodzimierz Gajda 2012-04-23 08:14:55 +02:00
parent 6c714095fa
commit 86cf3fd0ab

View File

@ -212,6 +212,8 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### Finder
* Finder::exclude() now supports an array of directories as an argument
* new methods Finder::contains() and Finder::notContains() support searching based on content
* Comparator now supports != operator
### Form