add note on BC BREAK of MutableAclInterface

This commit is contained in:
Toni Uebernickel 2012-01-30 14:24:56 +01:00
parent dbd3a1bcc0
commit 6a022374ed

View File

@ -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