diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index bece4b3ae1..6055f546cf 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -5,6 +5,7 @@ Yii Framework 2 Change Log ----------------------- - Bug #7305: Logging of Exception objects resulted in failure of the logger i.e. no logs being written (cebe) +- Bug #7374: Use proper INSERT syntax with default values when no values are specified (nineinchnick) - Bug #7707: client-side `trim` validator now passes the trimmed value to subsequent validators (nkovacs) - Bug #8322: `yii\behaviors\TimestampBehavior::touch()` now throws an exception if owner is new record (klimov-paul) - Bug #8451: `yii\i18n\Formatter` did not allow negative unix timestamps as input for date formatting (cebe)