This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/CHANGELOG-2.1.md

15 lines
587 B
Markdown
Raw Normal View History

2011-08-26 16:45:40 +01:00
CHANGELOG for 2.1.x
===================
This changelog references the relevant changes (bug and security fixes) done
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
2011-08-27 07:03:17 +01:00
* Finder::exclude() now supports an array of directories as an argument
2011-08-26 16:45:40 +01:00
* added support for PATCH method in Request
2011-08-26 16:50:21 +01:00
* removed the ContentTypeMimeTypeGuesser class as it is deprecated and never used on PHP 5.3