Skip to content

Commit 26da79c

Browse files
committed
updated changelogs after #17589
1 parent cef7e5b commit 26da79c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ CHANGELOG
77
* Added `Controller::json` to simplify creating JSON responses when using the Serializer component
88
* Deprecated absolute template paths support in the template name parser
99
* Deprecated using core form types without dependencies as services
10+
* added `Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector`
1011

1112
3.0.0
1213
-----

src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
3.1.0
5+
-----
6+
7+
* added shortcuts for redirected and forwarded request's profiles in the
8+
profiler and the web debug toolbar
9+
410
3.0.0
511
-----
612

src/Symfony/Component/HttpKernel/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CHANGELOG
1010
* added `Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface`
1111
* added `Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface` as argument to `HttpKernel`
1212
* added `Symfony\Component\HttpKernel\Controller\ArgumentResolver`
13+
* added `Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::getMethod()`
14+
* added `Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::getRedirect()`
1315

1416
3.0.0
1517
-----

0 commit comments

Comments
 (0)