diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index e63fa4e..6ff182b 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -4,21 +4,21 @@ Yii Framework 2 Change Log 2.0.39 under development ------------------------ -- Enh #18247: Added support for the 'session.use_strict_mode' ini directive in `yii\web\Session` (rhertogh) +- Enh #18247: Add support for the 'session.use_strict_mode' ini directive in `yii\web\Session` (rhertogh) - Bug #18263: Fix writing `\yii\caching\FileCache` files to the same directory when `keyPrefix` is set (githubjeka) -- Bug #18160, #18192: Fixed `registerFile` with argument depends set does not use the position and appendTimestamp argument, also modify the unit view (baleeny) +- Bug #18160, #18192: Fix `registerFile` with set argument `depends` does not take `position` and `appendTimestamp` into account (baleeny) - Bug #18290: Fix response with non-seekable streams (schmunk42) -- Bug #16418: Fixed `yii\data\Pagination::getLinks()` to return links to the first and the last pages regardless of the current page (ptz-nerf, bizley) +- Bug #16418: Fix `yii\data\Pagination::getLinks()` to return links to the first and the last pages regardless of the current page (ptz-nerf, bizley) - Bug #18297: Replace usage of deprecated `ReflectionParameter::isArray()` method in PHP8 (baletskyi) -- Bug #18303: Fix creating migration issue for column methods used after defaultValues (wsaid) -- Bug #18287: Fix for OUTPUT INSERTED and computed columns. Added flag to computed values in table schema (darkdef) -- Bug #18308: Fixed `\yii\base\Model::getErrorSummary()` reverse order (DrDeath72) -- Bug #18313: Fix multipart form data parse with double quotes (wsaid) +- Bug #18303: Fix creating migration for column methods used after `defaultValues` (wsaid) +- Bug #18287: Fix for `OUTPUT INSERTED` and computed columns. Add flag to mark computed values in table schema (darkdef) +- Bug #18308: Fix `\yii\base\Model::getErrorSummary()` reverse order (DrDeath72) +- Bug #18313: Fix multipart form data parsing with double quotes (wsaid) - Bug #18317: Additional PHP 8 compatibility fixes (samdark, bizley) -- Bug #16831: Fix console Table Widget does not render correctly in combination with ANSI formatting (issidorov, cebe) -- Enh #18304: Added support of constructor parameters with default values to DI container (vjik) -- Enh #18285: Enhanced DI container to allow passing parameters by name in constructor (vjik) -- Enh #18351: Added option to change default timezone for parsing formats without time part in `yii\validators\DateValidator` (bizley) +- Bug #16831: Fix console Table widget does not render correctly in combination with ANSI formatting (issidorov, cebe) +- Enh #18304: Add support of constructor parameters with default values to DI container (vjik) +- Enh #18285: Enhanced DI container to allow passing parameters by name in a constructor (vjik) +- Enh #18351: Add option to change default timezone for parsing formats without time part in `yii\validators\DateValidator` (bizley) 2.0.38 September 14, 2020