📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2024-07-20 21:12:48 -05:00
parent 458e088170
commit f3f31a9698

View File

@ -7,6 +7,7 @@
### 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).
* New docs at: [Cascade Delete Relationships](https://sqlmodel.tiangolo.com/tutorial/relationship-attributes/cascade-delete-relationships/).
### Docs