diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index c9dad00bdc..3f46d44218 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -44,10 +44,10 @@ Yii Framework 2 Change Log - Bug: Fixed generation of canonical URLs for `ViewAction` pages (samdark) - Bug: Fixed `mb_*` functions calls to use `UTF-8` or `Yii::$app->charset` (silverfire) - Enh #3506: Added `yii\validators\IpValidator` to perform validation of IP addresses and subnets (SilverFire, samdark) -- Enh #4104: Added `yii\filters\auth\AuthMethod::optional` for optional authentification in all child classes (SilverFire) - Enh #5146: Added `yii\i18n\Formatter::asDuration()` method (nineinchnick, SilverFire) - Enh #5902: `yii\widgets\Pjax::options` now support special option `tag` to specify tag of container (Alex-Code) - Enh #7341: Client validation now skips disabled inputs (SamMousa) +- Enh #7405: Added `yii\filters\auth\AuthMethod::optional` for optional authentification in all child classes (SilverFire) - Enh #7566: Improved `\yii\validators\CompareValidator` default messages (slinstj) - Enh #7581: Added ability to specify range using anonymous function in `RangeValidator` (RomeroMsk) - Enh #8284: Added `\yii\captcha\CaptchaAction::$imageLibrary` property allowing to set image rendering library (AnatolyRugalev)