Update CHANGELOG

This commit is contained in:
Chris Tsang 2021-10-23 18:00:47 +08:00
parent 128352092d
commit e2c8d32eab

View File

@ -7,11 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.3.1 - 2021-10-23 ## 0.3.1 - 2021-10-23
- [[#262]] Align case trasforms across derive macros ### Fixed Issues
- [[#267]] Added `is_null` and `is_not_null` to `ColumnTrait` * 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 (The following is generated by GitHub)
[#267]: https://github.com/SeaQL/sea-orm/issues/267
### 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 ## 0.3.0 - 2021-10-15