From cd88681fd94e81168d6a29d0fcb7dc272230332f Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 22 Jan 2020 00:56:48 +0300 Subject: [PATCH] Improve changelog lines [skip ci] --- framework/CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 17d35cd0f5..4e00d4db9a 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -4,20 +4,20 @@ Yii Framework 2 Change Log 2.0.32 under development ------------------------ -- Bug #17037: Fix uploaded file saving method in case generated by `MultipartFormDataParser` (sup-ham) -- Bug #17803: Fixed ErrorHandler unregister and register only change global state when applicable (SamMousa) +- Bug #17037: Fix uploaded file saving method when data came from `MultipartFormDataParser` (sup-ham) +- Bug #17803: Fix `ErrorHandler` unregister and register to only change global state when applicable (SamMousa) - Bug #17744: Fix a bug with setting incorrect `defaultValue` to AR column with `CURRENT_TIMESTAMP(x)` as default expression (MySQL >= 5.6.4) (bizley) - Bug #17755: Fix a bug for web request with `trustedHosts` set to format `['10.0.0.1' => ['X-Forwarded-For']]` (shushenghong) - Enh #17729: Path alias support was added to `yii\web\UploadFile::saveAs()` (sup-ham) -- Bug #17749: Dispatcher fix if target crashed in PHP 7.0+ (kamarton) +- Bug #17749: Fix logger dispatcher behavior when target crashes in PHP 7.0+ (kamarton) - Bug #17762: PHP 7.4: Remove special condition for converting PHP errors to exceptions if they occurred inside of `__toString()` call (rob006) - Bug #17771: migrate/fresh was not returning exit code (samdark) - Bug #17767: Make `Formatter::formatNumber` method protected (TheCodeholic) - Bug #12539: `yii\filters\ContentNegotiator` now generates 406 'Not Acceptable' instead of 415 'Unsupported Media Type' on content-type negotiation fail (PowerGamer1) - Bug #17760: Fix `JSON::encode()` for `\DateTimeInterface` under PHP 7.4 (samdark) -- Enh #17792: Added support for `aria` attributes to `yii\helpers\BaseHtml::renderTagAttributes()` (brandonkelly) +- Enh #17792: Add support for `aria` attributes to `yii\helpers\BaseHtml::renderTagAttributes()` (brandonkelly) - Bug #17793: Fix inconsistent handling of null `data` attribute values in `yii\helpers\BaseHtml::renderTagAttributes()` (brandonkelly) -- Bug #17300: Fix class-level Event handling with wildcards (Toma91) +- Bug #17300: Fix class-level event handling with wildcards (Toma91) - Bug #17635: Fix varbinary data handling for MSSQL (toatall)