From 1d83073b121794736aa1f8771812a85ae05aa2d1 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 19 Feb 2020 18:16:50 +0300 Subject: [PATCH] Move changelog entry to correct version [skip ci] --- framework/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index f16b9eb..b369bcf 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -10,7 +10,7 @@ Yii Framework 2 Change Log - 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 #17863: `\yii\helpers\BaseInflector::slug()` doesn't work with an empty string as a replacement argument (haruatari) 2.0.32 January 21, 2020 ----------------------- @@ -31,7 +31,6 @@ Yii Framework 2 Change Log - Bug #17803: Fix `ErrorHandler` unregister and register to only change global state when applicable (SamMousa) - Enh #17729: Path alias support was added to `yii\web\UploadedFile::saveAs()` (sup-ham) - Enh #17792: Add support for `aria` attributes to `yii\helpers\BaseHtml::renderTagAttributes()` (brandonkelly) -- Bug #17863: `\yii\helpers\BaseInflector::slug()` doesn't work with an empty string as a replacement argument (haruatari) 2.0.31 December 18, 2019 ------------------------