From b68e770f973adea8651420c0865f697bca2f5b9b Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Tue, 27 Aug 2024 16:56:44 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd142ccf..1e13bb39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,12 +23,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### New Features -* Added `ConnectOptions::connect_lazy` for creating DB connection pools without establishing connections up front +* Added `ConnectOptions::connect_lazy` for creating DB connection pools without establishing connections up front https://github.com/SeaQL/sea-orm/pull/2268 ### Breaking Changes * Changed `ProxyDatabaseTrait` methods to async. It's a breaking change, but it should have been part of the 1.0 release. The feature is behind the feature guard `proxy`, and we believe it shouldn't impact majority of users. + https://github.com/SeaQL/sea-orm/pull/2278 ### Bug Fixes