diff --git a/CHANGELOG.md b/CHANGELOG.md index d20f33b9..569b79e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Bug Fixes * Fix `DerivePrimaryKey` with custom primary key column name https://github.com/SeaQL/sea-orm/pull/694 * Fix `DeriveEntityModel` macros override column name https://github.com/SeaQL/sea-orm/pull/695 +* Fix Insert with no value supplied using `DEFAULT` https://github.com/SeaQL/sea-orm/pull/589 ### Breaking changes * Migration utilities are moved from sea-schema to sea-orm repo, under a new sub-crate `sea-orm-migration`. `sea_schema::migration::prelude` should be replaced by `sea_orm_migration::prelude` in all migration files