@@ -6,28 +6,6 @@ BrowserKit
6
6
7
7
* Client HTTP user agent has been changed to 'Symfony BrowserKit' (was 'Symfony2 BrowserKit' before).
8
8
9
- FrameworkBundle
10
- ---------------
11
-
12
- * The ` doctrine/annotations ` dependency has been removed; require it via `composer
13
- require doctrine/annotations` if you are using annotations in your project
14
- * The ` symfony/security-core ` and ` symfony/security-csrf ` dependencies have
15
- been removed; require them via `composer require symfony/security-core
16
- symfony/security-csrf` if you depend on them and don't already depend on
17
- ` symfony/symfony `
18
- * The ` symfony/templating ` dependency has been removed; require it via `composer
19
- require symfony/templating` if you depend on it and don't already depend on
20
- ` symfony/symfony `
21
- * The ` symfony/translation ` dependency has been removed; require it via `composer
22
- require symfony/translation` if you depend on it and don't already depend on
23
- ` symfony/symfony `
24
- * The ` symfony/asset ` dependency has been removed; require it via `composer
25
- require symfony/asset` if you depend on it and don't already depend on
26
- ` symfony/symfony `
27
- * The ` Resources/public/images/* ` files have been removed.
28
- * The ` Resources/public/css/*.css ` files have been removed (they are now inlined
29
- in TwigBundle).
30
-
31
9
Console
32
10
-------
33
11
72
50
FrameworkBundle
73
51
---------------
74
52
53
+ * The ` doctrine/annotations ` dependency has been removed; require it via `composer
54
+ require doctrine/annotations` if you are using annotations in your project
55
+ * The ` symfony/security-core ` and ` symfony/security-csrf ` dependencies have
56
+ been removed; require them via `composer require symfony/security-core
57
+ symfony/security-csrf` if you depend on them and don't already depend on
58
+ ` symfony/symfony `
59
+ * The ` symfony/templating ` dependency has been removed; require it via `composer
60
+ require symfony/templating` if you depend on it and don't already depend on
61
+ ` symfony/symfony `
62
+ * The ` symfony/translation ` dependency has been removed; require it via `composer
63
+ require symfony/translation` if you depend on it and don't already depend on
64
+ ` symfony/symfony `
65
+ * The ` symfony/asset ` dependency has been removed; require it via `composer
66
+ require symfony/asset` if you depend on it and don't already depend on
67
+ ` symfony/symfony `
68
+ * The ` Resources/public/images/* ` files have been removed.
69
+ * The ` Resources/public/css/*.css ` files have been removed (they are now inlined
70
+ in TwigBundle).
75
71
* The service ` serializer.mapping.cache.doctrine.apc ` is deprecated. APCu should now
76
72
be automatically used when available.
77
-
78
- HttpKernel
79
- ----------
80
-
81
- * ` DataCollector::varToString() ` is deprecated and will be removed in Symfony
82
- 4.0. Use the ` cloneVar() ` method instead.
83
-
84
- * Surrogate name in a ` Surrogate-Capability ` HTTP request header has been changed to 'symfony'.
85
-
86
- Before:
87
- ```
88
- Surrogate-Capability: symfony2="ESI/1.0"
89
- ```
90
-
91
- After:
92
- ```
93
- Surrogate-Capability: symfony="ESI/1.0"
94
73
```
95
74
96
75
HttpFoundation
@@ -116,6 +95,23 @@ HttpFoundation
116
95
- `isInvalid`/`isSuccessful`/`isRedirection`/`isClientError`/`isServerError`
117
96
- `isOk`/`isForbidden`/`isNotFound`/`isRedirect`/`isEmpty`
118
97
98
+ HttpKernel
99
+ ----------
100
+
101
+ * `DataCollector::varToString()` is deprecated and will be removed in Symfony
102
+ 4.0. Use the `cloneVar()` method instead.
103
+
104
+ * Surrogate name in a `Surrogate-Capability` HTTP request header has been changed to 'symfony'.
105
+
106
+ Before:
107
+ ```
108
+ Surrogate-Capability: symfony2="ESI/1.0"
109
+ ```
110
+
111
+ After:
112
+ ```
113
+ Surrogate-Capability: symfony="ESI/1.0"
114
+
119
115
TwigBridge
120
116
----------
121
117
0 commit comments