From e2c8d32eab8e37cc435f5487aee2b79947477cc5 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 23 Oct 2021 18:00:47 +0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1816fd14..6c9e4f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 0.3.1 - 2021-10-23 -- [[#262]] Align case trasforms across derive macros -- [[#267]] Added `is_null` and `is_not_null` to `ColumnTrait` +### Fixed Issues +* Align case trasforms across derive macros https://github.com/SeaQL/sea-orm/issues/262 +* Added `is_null` and `is_not_null` to `ColumnTrait` https://github.com/SeaQL/sea-orm/issues/267 -[#262]: https://github.com/SeaQL/sea-orm/issues/262 -[#267]: https://github.com/SeaQL/sea-orm/issues/267 +(The following is generated by GitHub) + +### Merged PRs +* Changed manual url parsing to use Url crate by @AngelOnFira in https://github.com/SeaQL/sea-orm/pull/253 +* Test self referencing relation by @billy1624 in https://github.com/SeaQL/sea-orm/pull/256 +* Unify case-transform using the same crate by @billy1624 in https://github.com/SeaQL/sea-orm/pull/264 +* CI cleaning by @AngelOnFira in https://github.com/SeaQL/sea-orm/pull/263 +* CI install sea-orm-cli in debug mode by @billy1624 in https://github.com/SeaQL/sea-orm/pull/265 + +### New Contributors +* @AngelOnFira made their first contribution in https://github.com/SeaQL/sea-orm/pull/253 + +**Full Changelog**: https://github.com/SeaQL/sea-orm/compare/0.3.0...0.3.1 ## 0.3.0 - 2021-10-15