From 48a9ffec2a42d1152d9fd18714873e9ae015ca08 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 1 Feb 2023 13:58:59 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad1fa92..fdab1a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). #### SeaORM Core -* Simple data loader https://github.com/SeaQL/sea-orm/pull/1238, https://github.com/SeaQL/sea-orm/pull/1368 +* Simple data loader https://github.com/SeaQL/sea-orm/pull/1238 * Transactions Isolation level and Access mode https://github.com/SeaQL/sea-orm/pull/1230 * Support various UUID formats that are available in `uuid::fmt` module https://github.com/SeaQL/sea-orm/pull/1325 * Support Vector of enum for Postgres https://github.com/SeaQL/sea-orm/pull/1210