Merge duplicated SecurityBundle section and order alphabetically

This commit is contained in:
Wouter J 2017-02-23 12:35:33 +01:00 committed by GitHub
parent d69bb30400
commit 67c3107afa

View File

@ -188,13 +188,6 @@ FrameworkBundle
* The `Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\FormPass` class has been
removed. Use the `Symfony\Component\Form\DependencyInjection\FormPass` class instead.
SecurityBundle
--------------
* The `FirewallContext::getContext()` method has been removed, use the `getListeners()` method instead.
* The `FirewallMap::$map` and `$container` properties have been removed.
HttpFoundation
---------------
@ -237,6 +230,11 @@ HttpKernel
* The `Psr6CacheClearer::addPool()` method has been removed. Pass an array of pools indexed
by name to the constructor instead.
Ldap
----
* The `RenameEntryInterface` has been deprecated, and merged with `EntryManagerInterface`
Process
-------
@ -257,6 +255,17 @@ Security
* The `RoleInterface` has been removed. Extend the `Symfony\Component\Security\Core\Role\Role`
class instead.
SecurityBundle
--------------
* The `FirewallContext::getContext()` method has been removed, use the `getListeners()` method instead.
* The `FirewallMap::$map` and `$container` properties have been removed.
* The `UserPasswordEncoderCommand` class does not allow `null` as the first argument anymore.
* `UserPasswordEncoderCommand` does not implement `ContainerAwareInterface` anymore.
Serializer
----------
@ -349,6 +358,11 @@ Validator
changed to `true` as of 4.0. If you need the previous behaviour ensure to
set the option to `false`.
Workflow
--------
* Removed class name support in `WorkflowRegistry::add()` as second parameter.
Yaml
----
@ -445,20 +459,3 @@ Yaml
* The constructor arguments `$offset`, `$totalNumberOfLines` and
`$skippedLineNumbers` of the `Parser` class were removed.
Ldap
----
* The `RenameEntryInterface` has been deprecated, and merged with `EntryManagerInterface`
SecurityBundle
--------------
* The `UserPasswordEncoderCommand` class does not allow `null` as the first argument anymore.
* `UserPasswordEncoderCommand` does not implement `ContainerAwareInterface` anymore.
Workflow
--------
* Removed class name support in `WorkflowRegistry::add()` as second parameter.