Updated CHANGELOG [skip ci]

Follow-up to #16277
This commit is contained in:
SilverFire - Dmitry Naumenko
2018-05-14 13:28:34 +03:00
parent 22f570cefd
commit 2ec34eb9fe

View File

@ -23,6 +23,7 @@ Yii Framework 2 Change Log
- Bug #14636: Views can now use relative paths even when using themed views (sammousa)
- Bug #16245: Fixed `__isset()` in `BaseActiveRecord` not catching errors (sammousa)
- Bug #16266: Fixed `yii\helpers\BaseStringHelper` where explode would not allow 0 as trim string (Thoulah)
- Bug #16277: Fixed `yii\db\Query::from()` to respect `yii\db\ExpressionInterface` (noname007)
- Enh #16191: Enhanced `yii\helpers\Inflector` to work correctly with UTF-8 (silverfire)
- Bug: Fixed bad instnaceof check in `yii\db\Schema::getTableMetadata()` (samdark)