From 5f9c4500270744843bbea63f1ac81517cbfca0f5 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 14 Jan 2024 15:05:14 +0000 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2891f5fd..bb7c6fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * 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 + ## 0.12.10 - 2023-12-14 ### New Features