@@ -188,13 +188,6 @@ FrameworkBundle
188
188
* The ` Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\FormPass ` class has been
189
189
removed. Use the ` Symfony\Component\Form\DependencyInjection\FormPass ` class instead.
190
190
191
- SecurityBundle
192
- --------------
193
-
194
- * The ` FirewallContext::getContext() ` method has been removed, use the ` getListeners() ` method instead.
195
-
196
- * The ` FirewallMap::$map ` and ` $container ` properties have been removed.
197
-
198
191
HttpFoundation
199
192
---------------
200
193
@@ -237,6 +230,11 @@ HttpKernel
237
230
* The ` Psr6CacheClearer::addPool() ` method has been removed. Pass an array of pools indexed
238
231
by name to the constructor instead.
239
232
233
+ Ldap
234
+ ----
235
+
236
+ * The ` RenameEntryInterface ` has been deprecated, and merged with ` EntryManagerInterface `
237
+
240
238
Process
241
239
-------
242
240
@@ -257,6 +255,17 @@ Security
257
255
* The ` RoleInterface ` has been removed. Extend the ` Symfony\Component\Security\Core\Role\Role `
258
256
class instead.
259
257
258
+ SecurityBundle
259
+ --------------
260
+
261
+ * The ` FirewallContext::getContext() ` method has been removed, use the ` getListeners() ` method instead.
262
+
263
+ * The ` FirewallMap::$map ` and ` $container ` properties have been removed.
264
+
265
+ * The ` UserPasswordEncoderCommand ` class does not allow ` null ` as the first argument anymore.
266
+
267
+ * ` UserPasswordEncoderCommand ` does not implement ` ContainerAwareInterface ` anymore.
268
+
260
269
Serializer
261
270
----------
262
271
@@ -349,6 +358,11 @@ Validator
349
358
changed to ` true ` as of 4.0. If you need the previous behaviour ensure to
350
359
set the option to ` false ` .
351
360
361
+ Workflow
362
+ --------
363
+
364
+ * Removed class name support in ` WorkflowRegistry::add() ` as second parameter.
365
+
352
366
Yaml
353
367
----
354
368
@@ -445,20 +459,3 @@ Yaml
445
459
446
460
* The constructor arguments ` $offset ` , ` $totalNumberOfLines ` and
447
461
` $skippedLineNumbers ` of the ` Parser ` class were removed.
448
-
449
- Ldap
450
- ----
451
-
452
- * The ` RenameEntryInterface ` has been deprecated, and merged with ` EntryManagerInterface `
453
-
454
- SecurityBundle
455
- --------------
456
-
457
- * The ` UserPasswordEncoderCommand ` class does not allow ` null ` as the first argument anymore.
458
-
459
- * ` UserPasswordEncoderCommand ` does not implement ` ContainerAwareInterface ` anymore.
460
-
461
- Workflow
462
- --------
463
-
464
- * Removed class name support in ` WorkflowRegistry::add() ` as second parameter.
0 commit comments