Update CHANGELOG.md

This commit is contained in:
Chris Tsang 2022-11-11 11:25:12 +08:00 committed by GitHub
parent cf4657e127
commit b337127d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.10.3 - Pending
### Bug Fixes
@ -12,6 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* [sea-orm-cli] Set search path when initializing Postgres connection for CLI generate entity https://github.com/SeaQL/sea-orm/pull/1212
* [sea-orm-cli] Generate `_` prefix to enum variant starts with number https://github.com/SeaQL/sea-orm/pull/1211
### Enhancements
* Added `Insert::exec_without_returning` https://github.com/SeaQL/sea-orm/pull/1208
### House Keeping
* Remove dependency when not needed https://github.com/SeaQL/sea-orm/pull/1207