From 6a022374edf45db7969ec2a6c40870d6717716ff Mon Sep 17 00:00:00 2001 From: Toni Uebernickel Date: Mon, 30 Jan 2012 14:24:56 +0100 Subject: [PATCH] add note on BC BREAK of MutableAclInterface --- CHANGELOG-2.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index f51c9827ea..349eec6b07 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -248,6 +248,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * after login, the user is now redirected to `default_target_path` if `use_referer` is true and the referrer is the `login_path`. * added a way to remove a token from a session + * [BC BREAK] changed `MutableAclInterface::setParentAcl` to accept `null`, review your implementation to reflect this change. ### Serializer