From 1b72b35319b4dbffc8c713234e9efe497ec80ee0 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Mon, 10 Jul 2023 17:40:28 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 013b78d9..b21f7366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -441,6 +441,7 @@ assert!(matches!(res, Ok(TryInsertResult::Conflicted))); * Upgrade `sea-query-binder` to `0.4` https://github.com/SeaQL/sea-orm/pull/1562 * Upgrade `sea-schema` to `0.12` https://github.com/SeaQL/sea-orm/pull/1562 * Upgrade `clap` to `4.3` https://github.com/SeaQL/sea-orm/pull/1468 +* Replace `bae` with `sea-bae` https://github.com/SeaQL/sea-orm/pull/1739 ### Bug Fixes