From e23d4520b133079657a90a4172ecdbb3026e186d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20G=C3=B3recki?= Date: Thu, 12 Jan 2012 19:15:35 +0100 Subject: [PATCH] Add info about BC Break to CHANGELOG-2.1 --- CHANGELOG-2.1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 832e791e79..1e018755c0 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -79,6 +79,10 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c toto: { password: foobar, roles: [ROLE_USER] } foo: { password: bar, roles: [ROLE_USER, ROLE_ADMIN] } + * [BC BREAK] Method `equals` was removed from `UserInterface` to its own new + `EquatableInterface`, now user class can implement this interface to override + the default implementation of users equality test. + * added a validator for the user password * added 'erase_credentials' as a configuration key (true by default) * added new events: `security.authentication.success` and `security.authentication.failure`