added upgrade note about yii\cache\Cache::getOrSet()

This commit is contained in:
Carsten Brandt
2017-04-13 19:02:06 +02:00
parent 0f78008bc7
commit dbfe36521e

View File

@ -59,6 +59,9 @@ Upgrade from Yii 2.0.11
* `yii\grid\DataColumn` filter is now automatically generated as dropdown list with localized `Yes` and `No` strings
in case of `format` being set to `boolean`.
* The signature of `yii\cache\Cache::getOrSet()` has been adjusted to also accept a callable and not only `Closure`.
If you extend this method, make sure to adjust your code.
Upgrade from Yii 2.0.10
-----------------------