Update CHANGELOG.md

This commit is contained in:
Chris Tsang 2023-01-29 10:58:36 +08:00 committed by GitHub
parent a9aa139af2
commit e0e5372efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Breaking changes
* [sea-orm-cli] Enable --universal-time by default https://github.com/SeaQL/sea-orm/pull/1420
* Added `RecordNotInserted` and `RecordNotUpdated` to `DbErr`
* Added `ConnectionTrait::execute_unprepared` method https://github.com/SeaQL/sea-orm/pull/1327
* As part of https://github.com/SeaQL/sea-orm/pull/1311, the required method of `TryGetable` changed: