CHANGELOG

This commit is contained in:
Billy Chan 2023-01-18 18:46:47 +08:00
parent f03424e7f7
commit e24d1a3344
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Removed dependency when not needed https://github.com/SeaQL/sea-orm/pull/1213
* Changed all version = "^x.y.z" into version = "x.y.z" and disabled default features and enable only the needed ones https://github.com/SeaQL/sea-orm/pull/1300
* Cleanup the use of `vec!` macros https://github.com/SeaQL/sea-orm/pull/1367
* Fixed a small typo https://github.com/SeaQL/sea-orm/pull/1391
### Bug Fixes