Browse Source

Clarify changelog

tags/2.0.33
Alexander Makarov 5 years ago
parent
commit
605505b255
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A
  1. 12
      framework/CHANGELOG.md

12
framework/CHANGELOG.md

@ -13,15 +13,15 @@ Yii Framework 2 Change Log
- Bug #17679: Fix Oracle exception "ORA-01461: can bind a LONG value only for insert into a LONG column" when inserting 4k+ string (vinpel, 243083df)
- Bug #17859: Fix loading fixtures under Windows (samdark)
- Bug #11945: Fix Schema Builder MySQL column definition order (simialbi)
- Bug #17886: yii\rest\Serializer serialize arrays (patacca)
- Bug #16334: Serializer support `\JsonSerializable` (germanow)
- Bug #17798: Avoid creating folder for stream log targets in `FileTarget` (wapmorgan)
- Bug #17886: Fix `yii\rest\Serializer` to serialize arrays (patacca)
- Bug #16334: Add `\JsonSerializable` support to `ArrayableTrait` (germanow)
- Bug #17798: Avoid creating directory for stream log targets in `FileTarget` (wapmorgan)
- Bug #17850: Update to `ReplaceArrayValue` config exception message (alex-code)
- Bug #17843: Fix `yii\web\Session::setCookieParamsInternal` check param "samesite" (schevgeny)
- Bug #17843: Fix `yii\web\Session::setCookieParamsInternal` checked "samesite" parameter incorrectly (schevgeny)
- Bug #17828: Fix `yii\web\UploadedFile::saveAs()` failing when error value in `$_FILES` entry is a string (haveyaseen)
- Bug #17829: `yii\helpers\ArrayHelper::filter` now correctly filters data when passing a filter with more than 2 levels (rhertogh)
- Enh #7622: Allow `yii\data\ArrayDataProvider` to control the sort flags for `sortModels` through `yii\data\Sort::sortFlags` property (askobara)
- Bug #17667: Fix `CREATE INDEX` failure on sqlite when specifying schema (santilin, samdark)
- Bug #17667: Fix `CREATE INDEX` failure on SQLite when specifying schema (santilin, samdark)
- Enh #16721: Use `Instance::ensure()` to initialize `UrlManager::$cache` (rob006)
- Bug #17863: `\yii\helpers\BaseInflector::slug()` doesn't work with an empty string as a replacement argument (haruatari)
- Bug #17881: `yii\db\Query::queryScalar()` wasn’t reverting the `select`, `orderBy`, `limit`, and `offset` params if an exception occurred (brandonkelly)
@ -29,7 +29,7 @@ Yii Framework 2 Change Log
- Bug #17884: Fix 0 values in console Table rendered as empty string (mikehaertl)
- Bug #13749: Fix Yii opens db connection even when hits query cache (shushenghong)
- Bug #17909: Reset DB schema, transaction, and driver name when the connection is closed (brandonkelly)
- Bug #17920: Fix for `Command::getRawSql` and `Expression` in params (alex-code)
- Bug #17920: Fix quoting for `Command::getRawSql` having `Expression` in params (alex-code)
2.0.32 January 21, 2020
-----------------------

Loading…
Cancel
Save