merged branch jakzal/patch-1 (PR #7851)

This PR was merged into the master branch.

Discussion
----------

Fixed typo

Commits
-------

0600d83 Fixed typo
This commit is contained in:
Fabien Potencier 2013-04-25 17:50:33 +02:00
commit 0b0872784c
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