diff --git a/CHANGELOG.md b/CHANGELOG.md index eed3f853..e7675575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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