diff --git a/framework/UPGRADE.md b/framework/UPGRADE.md index 6f9aca2b07..e1b86a9139 100644 --- a/framework/UPGRADE.md +++ b/framework/UPGRADE.md @@ -51,6 +51,12 @@ if you want to upgrade from version A to version C and there is version B between A and C, you need to follow the instructions for both A and B. +Upgrade from Yii 2.0.16 +----------------------- + +* In case you have extended the `yii\web\DbSession` class you should check if your + custom implementation is compatible with the new `yii\web\DbSession::$fields` attribute. + Especially when overriding the `yii\web\DbSession::writeSession($id, $data)` function. Upgrade from Yii 2.0.15 -----------------------