This commit is contained in:
githubjeka
2015-12-01 20:56:20 +03:00
parent b52cbd11f8
commit 12c738c058
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ Yii Framework 2 Change Log
- Chg #9953: `TimestampBehavior::getValue()` changed to make value processing consistent with `AttributeBehavior::getValue()` (silverfire)
- Chg #6419: Added `yii\web\ErrorHandler::displayVars` make list of displayed vars customizable. `$_ENV` and `$_SERVER` are not displayed by default anymore (silverfire)
- Chg #9528: Traversable objects are now formatted as arrays in `yii\web\XmlResponseFormatter` to support SPL objects and Generators (MaXL-ru)
- Chg #10296: Methods mset, mget and madd of \yii\caching\Cache have been marked as deprecated (trejder, githubjeka)
- Chg #10296: Methods mset, mget and madd of `\yii\caching\Cache` have been marked as deprecated (trejder, githubjeka)
- New #10083: Added wrapper for PHP webserver (samdark)
- New: Added new requirement: ICU Data version >= 49.1 (SilverFire)

View File

@ -224,7 +224,7 @@ abstract class Cache extends Component implements \ArrayAccess
* If the cache already contains such a key, the existing value and
* expiration time will be replaced with the new ones, respectively.
*
* @deprecated This method is alias as [[multiSet()]] and will be removed in 2.1.0. *
* @deprecated This method is alias as [[multiSet()]] and will be removed in 2.1.0.
* @param array $items the items to be cached, as key-value pairs.
* @param integer $duration default number of seconds in which the cached values will expire. 0 means never expire.
* @param Dependency $dependency dependency of the cached items. If the dependency changes,