From 7fc93260b8d00d2f8f8c90214df319d791201fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pipa?= Date: Sun, 22 Apr 2012 14:51:56 +0200 Subject: [PATCH] Added server:run command to CHANGELOG --- CHANGELOG-2.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 030688e2ad..dfc3703706 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -39,6 +39,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * moved Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher to Symfony\Component\EventDispatcher\ContainerAwareTraceableEventDispatcher * added a router:match command * added a config:dump-reference command + * added a server:run command * added kernel.event_subscriber tag * added a way to create relative symlinks when running assets:install command (--relative option) * added Controller::getUser()