Fixed typo

This commit is contained in:
Jakub Zalas 2013-04-25 17:43:02 +02:00
parent 1099858678
commit 0600d833ac
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ CHANGELOG
* [BC BREAK] the `Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\RegisterKernelListenersPass` was moved
to `Component\HttpKernel\DependencyInjection\RegisterListenersPass`
* added ControllerNameParser::build() to converts a controller short notation (a:b:c) to a class::method notation
* added ControllerNameParser::build() which converts a controller short notation (a:b:c) to a class::method notation
* added possibility to run PHP built-in server in production environment
* added possibility to load the serializer component in the service container
* added route debug information when using the `router:match` command