From 76f4f1edc06d1b670427caadbb5576b476e4b52f Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 30 Sep 2014 02:31:00 +0400 Subject: [PATCH] Added upgrade note about #4275 --- framework/UPGRADE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/framework/UPGRADE.md b/framework/UPGRADE.md index e4349bd286..bfb0f65551 100644 --- a/framework/UPGRADE.md +++ b/framework/UPGRADE.md @@ -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 -------------------------