diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 015c409e7c..48c01df1d3 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -9,6 +9,15 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * 2.1.0 - * Finder::exclude() now supports an array of directories as an argument - * added support for PATCH method in Request - * removed the ContentTypeMimeTypeGuesser class as it is deprecated and never used on PHP 5.3 + * Finder + + * Finder::exclude() now supports an array of directories as an argument + + * HttpFoundation + + * added support for the PATCH method in Request + * removed the ContentTypeMimeTypeGuesser class as it is deprecated and never used on PHP 5.3 + + * Translation + + * added dumpers for translation catalogs