From 5dec47e4413c4db7fee722f8a6dba071cba57d54 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 9 May 2022 22:09:52 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd3ec31..1b73be51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Add `is_changed` to `ActiveModelTrait` https://github.com/SeaQL/sea-orm/pull/683 ### Bug Fixes -* `DerivePrimaryKey` with custom primary key column name https://github.com/SeaQL/sea-orm/pull/694 +* 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 ### 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