From 131f9f11230b7fd2d318870fd0c2d441c80ed734 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 14 Jan 2024 16:15:21 +0000 Subject: [PATCH] Changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 735ec00d..825c24e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,14 +17,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Added SQLx slow statements logging to `ConnectOptions` https://github.com/SeaQL/sea-orm/pull/2055 * Added `QuerySelect::lock_with_behavior` https://github.com/SeaQL/sea-orm/pull/1867 -### House keeping - -* Fix clippy warnings on 1.75 https://github.com/SeaQL/sea-orm/pull/2057 - ### Bug Fixes * [sea-orm-macro] Qualify types in `DeriveValueType` macro https://github.com/SeaQL/sea-orm/pull/2054 +### House keeping + +* Fix clippy warnings on 1.75 https://github.com/SeaQL/sea-orm/pull/2057 + ## 0.12.10 - 2023-12-14 ### New Features