Browse Source

Move changelog entry to correct version [skip ci]

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

3
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
------------------------

Loading…
Cancel
Save