📝 Update release notes

This commit is contained in:
github-actions 2024-07-21 02:08:28 +00:00
parent 86ab09f7ec
commit 49735a1c93

View File

@ -2,6 +2,10 @@
## Latest Changes
### Features
* ✨ Add support for cascade delete relationships: `cascade_delete`, `ondelete`, and `passive_deletes`. PR [#983](https://github.com/tiangolo/sqlmodel/pull/983) by [@estebanx64](https://github.com/estebanx64).
### Docs
* 📝 Update docs . PR [#1003](https://github.com/tiangolo/sqlmodel/pull/1003) by [@alejsdev](https://github.com/alejsdev).