Browse Source

Updated CHANGELOG and UPGRADE.md

batch-query-test
SilverFire - Dmitry Naumenko 9 years ago
parent
commit
ab0bb308ba
  1. 1
      framework/CHANGELOG.md
  2. 3
      framework/UPGRADE.md

1
framework/CHANGELOG.md

@ -26,6 +26,7 @@ Yii Framework 2 Change Log
- Eng #10976: `Inflector::transliterate()` now uses `strtr` instead of `str_replace` (DrDeath72)
- Bug #11040: Check parameter 'recursive' and disable recursive copying with option 'recursive' => false in method BaseFileHelper::copyDirectory (Ni-san)
- Chg: HTMLPurifier dependency updated to `~4.6` (samdark)
- Chg #11071: `yii\helpers\BaseArrayHelper::isIn()` and `isTraversable()` since now throw `\yii\base\InvalidParamException` instead of `\InvalidArgumentException` (nukkumatti)
2.0.7 February 14, 2016
-----------------------

3
framework/UPGRADE.md

@ -19,6 +19,9 @@ ______________________
* The signature of `yii\helpers\BaseArrayHelper::index()` was changed. The method has got an extra optional parameter
`$groupBy`.
* `yii\helpers\BaseArrayHelper` methods `isIn()` and `isSubset()` throw `\yii\base\InvalidParamException`
instead of `\InvalidArgumentException`. If you wrap calls of these methods in try/catch block, change expected
exception class.
Upgrade from Yii 2.0.6

Loading…
Cancel
Save