Add upgrade note for #17344

This commit is contained in:
Alexander Makarov
2019-06-12 00:09:31 +03:00
parent a226b76776
commit cb384f542d

View File

@ -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.20
-----------------------
* `yii\db\Query::select()` and `addSelect()` now normalize the columns when saving them to `$this->select`, so code
that works directly with that property directly may need to be modified.
Upgrade from Yii 2.0.16
-----------------------