[#35368] add missing changelog entry

This commit is contained in:
Christian Flothmann 2020-04-21 08:45:37 +02:00
parent e464954998
commit eb26992f95
1 changed files with 5 additions and 0 deletions

View File

@ -98,3 +98,8 @@ Security
* Removed `ROLE_PREVIOUS_ADMIN` role in favor of `IS_IMPERSONATOR` attribute
* Removed `LogoutSuccessHandlerInterface` and `LogoutHandlerInterface`, register a listener on the `LogoutEvent` event instead.
* Removed `DefaultLogoutSuccessHandler` in favor of `DefaultLogoutListener`.
Yaml
----
* Removed support for using the `!php/object` and `!php/const` tags without a value.