Update CHANGELOG
This commit is contained in:
parent
128352092d
commit
e2c8d32eab
20
CHANGELOG.md
20
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user