CHANGELOG

This commit is contained in:
Billy Chan 2022-12-16 15:53:58 +08:00
parent b2185af559
commit 596afd2081
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -22,7 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### House Keeping
* Remove dependency when not needed https://github.com/SeaQL/sea-orm/pull/1213
* 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
### Bug Fixes