From 1b903f73d81ba03be516b2e0fd9076dc5f12a0c3 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 12 Jul 2023 17:37:25 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa78e128..50db6679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -444,10 +444,10 @@ Entity::update_many() * Upgrade `heck` dependency in `sea-orm-macros` and `sea-orm-codegen` to 0.4 https://github.com/SeaQL/sea-orm/pull/1520, https://github.com/SeaQL/sea-orm/pull/1544 * Upgrade `strum` to 0.24 -* Upgrade `sea-query` to `0.29` https://github.com/SeaQL/sea-orm/pull/1562 -* 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 +* Upgrade `sea-query` to 0.29 https://github.com/SeaQL/sea-orm/pull/1562 +* 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