]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 21 Jul 2024 02:08:28 +0000 (02:08 +0000)
committergithub-actions <github-actions@github.com>
Sun, 21 Jul 2024 02:08:28 +0000 (02:08 +0000)
docs/release-notes.md

index 7184e98db3f36c6388c3e0bf03484fbff17d00cd..201cb6298cbabf81752c057460f86dd84f1708bd 100644 (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).