File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ CHANGELOG
7
7
* Added ` Controller::json ` to simplify creating JSON responses when using the Serializer component
8
8
* Deprecated absolute template paths support in the template name parser
9
9
* Deprecated using core form types without dependencies as services
10
+ * added ` Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector `
10
11
11
12
3.0.0
12
13
-----
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
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
+
4
10
3.0.0
5
11
-----
6
12
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ CHANGELOG
10
10
* added ` Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface `
11
11
* added ` Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface ` as argument to ` HttpKernel `
12
12
* added ` Symfony\Component\HttpKernel\Controller\ArgumentResolver `
13
+ * added ` Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::getMethod() `
14
+ * added ` Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::getRedirect() `
13
15
14
16
3.0.0
15
17
-----
You can’t perform that action at this time.
0 commit comments