changed format of the 2.1 CHANGELOG for better rendering on Github

This commit is contained in:
Fabien Potencier 2011-08-29 15:31:57 +02:00
parent 6b09498248
commit 7b4bf37088

View File

@ -7,17 +7,18 @@ in 2.1 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.1.0...v2.1.1
* 2.1.0
2.1.0
-----
* Finder
### Finder
* Finder::exclude() now supports an array of directories as an argument
* Finder::exclude() now supports an array of directories as an argument
* HttpFoundation
### HttpFoundation
* added support for the PATCH method in Request
* removed the ContentTypeMimeTypeGuesser class as it is deprecated and never used on PHP 5.3
* added support for the PATCH method in Request
* removed the ContentTypeMimeTypeGuesser class as it is deprecated and never used on PHP 5.3
* Translation
### Translation
* added dumpers for translation catalogs
* added dumpers for translation catalogs