From 89f7d77ea056ec9df9db4528d9f886bca1c22a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Stamenkovi=C4=87?= Date: Thu, 5 Sep 2019 16:16:42 +0200 Subject: [PATCH] Add BC break note to UPGRADE-4.2.md --- UPGRADE-4.2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPGRADE-4.2.md b/UPGRADE-4.2.md index 3b1f238fa6..c1bb03f5ae 100644 --- a/UPGRADE-4.2.md +++ b/UPGRADE-4.2.md @@ -343,6 +343,7 @@ Security * `SimpleAuthenticatorInterface`, `SimpleFormAuthenticatorInterface`, `SimplePreAuthenticatorInterface`, `SimpleAuthenticationProvider`, `SimpleAuthenticationHandler`, `SimpleFormAuthenticationListener` and `SimplePreAuthenticationListener` have been deprecated. Use Guard instead. + * **BC break note**: Upgrade to this version will log out all logged in users. See bug #33473. SecurityBundle --------------