mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
added upgrade note about yii\cache\Cache::getOrSet()
This commit is contained in:
@ -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
|
||||
-----------------------
|
||||
|
||||
Reference in New Issue
Block a user