Changelog

This commit is contained in:
Chris Tsang 2022-10-16 17:28:11 +08:00
parent ae0231d4a5
commit 5b1f796fa2

View File

@ -39,6 +39,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Replace `dotenv` with `dotenvy` in examples https://github.com/SeaQL/sea-orm/pull/1085
* Exclude test_cfg module from SeaORM https://github.com/SeaQL/sea-orm/pull/1077
### Integration
* Support `rocket_okapi` https://github.com/SeaQL/sea-orm/pull/1071
## 0.9.3 - 2022-09-30
### Enhancements