Added upgrade note about #4275

This commit is contained in:
Alexander Makarov
2014-09-30 02:31:00 +04:00
parent 08b53fb349
commit 76f4f1edc0

View File

@@ -8,6 +8,11 @@ if you want to upgrade from version A to version C and there is
version B between A and C, you need to following the instructions
for both A and B.
Upgrade from Yii 2.0 RC
-----------------------
* If you've implemented `yii\rbac\ManagerInterface` you need to add implementation for new method `removeChildren()`.
Upgrade from Yii 2.0 Beta
-------------------------