From ae198e6d7ccde531e0a3ba9e0d4bd818c03dd85d Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 6 Oct 2022 23:51:33 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8633dd..671fac1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * `fn column()` also handle enum type https://github.com/SeaQL/sea-orm/pull/973 * Added `acquire_timeout` on `ConnectOptions` https://github.com/SeaQL/sea-orm/pull/897 * `migrate fresh` command will drop all PostgreSQL types https://github.com/SeaQL/sea-orm/pull/864, https://github.com/SeaQL/sea-orm/pull/991 +* Better compile error for entity without primary key https://github.com/SeaQL/sea-orm/pull/1020 ### Bug fixes