updated CHANGELOG for 2.1.6

This commit is contained in:
Fabien Potencier 2012-12-21 11:24:34 +01:00
parent 8013469e0b
commit 2dd2bace6c
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ 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.6 (2012-12-21)
* b8e5689: [FrameworkBundle] fixed ESI calls
* ce536cd: [FrameworkBundle] fixed ESI calls
* 2.1.5 (2012-12-20)
* 532cc9a: [FrameworkBundle] added support for URIs as an argument to HttpKernel::render()