Update CHANGELOG.md

This commit is contained in:
Chris Tsang 2023-02-01 13:58:59 +08:00 committed by GitHub
parent bd3d2e139c
commit 48a9ffec2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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