From d6dc3f8a1912fde019d6bfb8e2b5575be17c0815 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 16 Dec 2022 21:34:58 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7675575..310edc0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Bug Fixes * Fixes `DeriveColumn` (by qualifying `IdenStatic::as_str`) https://github.com/SeaQL/sea-orm/pull/1280 +* Prevent returning connections to pool with a positive transaction depth https://github.com/SeaQL/sea-orm/pull/1283 ## 0.10.5 - 2022-12-02