From 17b4081444d342a0549f80507bb7142128d04237 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 28 May 2024 16:42:45 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 206710f7..7f73d738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ fn get_arity_of() -> usize { * Added `ActiveValue::set_if_not_equals()` https://github.com/SeaQL/sea-orm/pull/2194 * Added `ActiveValue::try_as_ref()` https://github.com/SeaQL/sea-orm/pull/2197 +* Added `QuerySelect::order_by_with_nulls` https://github.com/SeaQL/sea-orm/pull/2228 +* Expose `get_xxx_connection_pool` by default https://github.com/SeaQL/sea-orm/pull/2233 ## 1.0.0-rc.4 - 2024-05-13