merged branch gajdaw/2_1_changelog (PR #4074)

Commits
-------

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

Discussion
----------

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

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
Todo: -
This commit is contained in:
Fabien Potencier 2012-04-23 12:22:21 +02:00
commit 8c74df3383

View File

@ -213,6 +213,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