Commit a105baec authored by Fabien Potencier's avatar Fabien Potencier

updated the changelog

parent ef658842
Changelog
=========
* **2012-06-17**: ``ControllerCollection`` now takes a required route instance
as a constructor argument.
Before::
$controllers = new ControllerCollection();
After::
$controllers = new ControllerCollection(new Route());
// or even better
$controllers = $app['controllers_factory'];
* **2012-06-16**: renamed ``request.default_locale`` to ``locale``
* **2012-06-16**: Removed the ``translator.loader`` service. See documentation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment