diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 1a1a309..5c27b9f 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -28,6 +28,8 @@ Yii Framework 2 Change Log - Bug #11922: Fixed `yii\log\FileTarget` does not apply `fileMode` for rotated via copy files (klimov-paul) - Bug #11947: Fixed `gridData` initialization in `yii.gridView.js` (pavlm) - Bug #11949: Fixed `ActiveField::end()` generates close tag when it's `option['tag']` is `null` (egorio) +- Bug #11949: Fixed `ActiveField::end` generates close tag when it's `option['tag']` is null (egorio) +- Enh #8719: Add support for HTML5 attributes on submitbutton (formaction/formmethod...) for ActiveForm (VirtualRJ) - Bug #11977: Fixed `yii\rest\Serializer::serialize()` serializes DataProvider incorrectly, if models keys do not compose integer sequence (dcb9, klimov-paul) - Bug #11990: Fixed `yii\db\BaseActiveRecord::refresh()` may set incorrect `oldAttributes` values at some cases (only-victor) - Bug #12009: Do not render `for` field label attribute for active form `RadioList` and `CheckboxList` (shevchik87, samdark)