diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index e51c89f8e3..474bc7f8f0 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -68,8 +68,8 @@ Yii Framework 2 Change Log - Enh #10154: Implemented support of traversable objects in `RangeValidator::ranges`, added `ArrayHelper::isIn()` and `ArrayHelper::isSubset()` (Sam Mousa) - Enh #10158: Added the possibility to specify CSS and Javascript options per file in `\yii\web\AssetBundle` (machour) - Enh #10170: `Yii::powered()` now uses `Yii::t()` (SamMousa) -- Enh #10218: `yii.gridView.js` added support for selectig in filter multiple values with same name (omnilight, silverfire) -- Enh #10264: Generating of HTML tags in in yii.* JS redone in jQuery style (silverfire) +- Enh #10218: Support for selecting multiple filter values with the same name was added to `yii.gridView.js` (omnilight, silverfire) +- Enh #10264: Generation of HTML tags in Yii's JavaScript now uses jQuery style (silverfire) - Enh: Added last resort measure for `FileHelper::removeDirectory()` fail to unlink symlinks under Windows (samdark) - Chg #9369: `Yii::$app->user->can()` now returns `false` instead of erroring in case `authManager` component is not configured (creocoder) - Chg #9411: `DetailView` now automatically sets container tag ID in case it's not specified (samdark)