updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-12-18 14:33:08 +01:00
parent 3f4d718c5b
commit 73fc8f6ec5

View File

@ -105,6 +105,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### Console
* added a --raw option to the list command
* added support for STDERR in the console output class (errors are now sent to STDERR)
* made the defaults (helper set, commands, input definition) in Application more easily customizable
* added support for the shell even if readline is not available