From 73fc8f6ec518ba867bac3b378e14e2de3cc0f0f4 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 18 Dec 2011 14:33:08 +0100 Subject: [PATCH] updated CHANGELOG for 2.1 --- CHANGELOG-2.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 3db17df2bd..de087eb1d0 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -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