updated changelogs after #17589

This commit is contained in:
Jules Pietri 2016-04-02 04:49:57 +02:00
parent 45b557a5a7
commit 724fd3b477
3 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,7 @@ CHANGELOG
* Added `Controller::json` to simplify creating JSON responses when using the Serializer component
* Deprecated absolute template paths support in the template name parser
* Deprecated using core form types without dependencies as services
* added `Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector`
3.0.0
-----

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
3.1.0
-----
* added information about redirected and forwarded requests to the profiler
3.0.0
-----

View File

@ -10,6 +10,8 @@ CHANGELOG
* added `Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface`
* added `Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface` as argument to `HttpKernel`
* added `Symfony\Component\HttpKernel\Controller\ArgumentResolver`
* added `Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::getMethod()`
* added `Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::getRedirect()`
3.0.0
-----