CHANGELOG

This commit is contained in:
Billy Chan 2022-11-09 16:39:02 +08:00
parent cbac780a96
commit e59cc4f795
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -12,6 +12,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
### House Keeping
* Remove dependency when not needed https://github.com/SeaQL/sea-orm/pull/1207
## 0.10.2 - 2022-11-06
### Enhancements