updated CHANGELOG for 2.0.21

This commit is contained in:
Fabien Potencier 2012-12-21 11:10:50 +01:00
parent bc09ac9eb0
commit c439df2023
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ in 2.0 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.0.0...v2.0.1
* 2.0.21 (2012-12-21)
* b8e5689: [FrameworkBundle] fixed ESI calls
* 2.0.20 (2012-12-20)
* 532cc9a: [FrameworkBundle] added support for URIs as an argument to HttpKernel::render()