Updated CHANGELOG-2.1 to reflect imported route support of default values and requirements

This commit is contained in:
Eric Clemmons 2012-02-01 21:14:51 -08:00
parent 3c28ab7abd
commit 534843de51

View File

@ -228,7 +228,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### Routing
* added a TraceableUrlMatcher
* added the possibility to define default values and requirements for placeholders in prefix
* added the possibility to define default values and requirements for placeholders in prefix, including imported routes
* added RouterInterface::getRouteCollection
### Security