From 59afbd4cdf59356670a5e9ecdf1224723d043214 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 20 Jan 2024 22:06:28 +0000 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04effd54..4d1676b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * [sea-orm-cli] Fix entity generation for non-alphanumeric enum variants https://github.com/SeaQL/sea-orm/pull/1821 * [sea-orm-cli] Fix entity generation for relations with composite keys https://github.com/SeaQL/sea-orm/pull/2071 +### Enhancements + +* Added `ConnectOptions::test_before_acquire` + ## 0.12.11 - 2023-01-14 ### New Features