File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed
src/Symfony/Component/Routing Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,16 @@ FrameworkBundle
147
147
have been deprecated and will be removed in 4.0.
148
148
149
149
* Extending ` ConstraintValidatorFactory ` is deprecated and won't be supported in 4.0.
150
+
151
+ * Class parameters related to routing have been deprecated and will be removed in 4.0.
152
+ * router.options.generator_class
153
+ * router.options.generator_base_class
154
+ * router.options.generator_dumper_class
155
+ * router.options.matcher_class
156
+ * router.options.matcher_base_class
157
+ * router.options.matcher_dumper_class
158
+ * router.options.matcher.cache_class
159
+ * router.options.generator.cache_class
150
160
151
161
HttpKernel
152
162
-----------
Original file line number Diff line number Diff line change @@ -207,6 +207,16 @@ FrameworkBundle
207
207
208
208
* Extending ` ConstraintValidatorFactory ` is not supported anymore.
209
209
210
+ * Class parameters related to routing have been removed
211
+ * router.options.generator_class
212
+ * router.options.generator_base_class
213
+ * router.options.generator_dumper_class
214
+ * router.options.matcher_class
215
+ * router.options.matcher_base_class
216
+ * router.options.matcher_dumper_class
217
+ * router.options.matcher.cache_class
218
+ * router.options.generator.cache_class
219
+
210
220
HttpFoundation
211
221
---------------
212
222
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 3.3.0
5
+ -----
6
+
7
+ * [ DEPRECATION] Class parameters have been deprecated and will be removed in 4.0.
8
+ * router.options.generator_class
9
+ * router.options.generator_base_class
10
+ * router.options.generator_dumper_class
11
+ * router.options.matcher_class
12
+ * router.options.matcher_base_class
13
+ * router.options.matcher_dumper_class
14
+ * router.options.matcher.cache_class
15
+ * router.options.generator.cache_class
16
+
4
17
3.2.0
5
18
-----
6
19
You can’t perform that action at this time.
0 commit comments