From 6e1e0a3d8070beb7085ae081649a64579ae3f625 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 9 May 2022 22:07:35 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6403bb..1dd3ec31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Derive `Eq`, `Clone` for `DbErr` https://github.com/SeaQL/sea-orm/pull/677 * 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 + ### 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