From: Sebastián Ramírez Date: Sun, 21 Jul 2024 02:14:00 +0000 (-0500) Subject: 📝 Tweak release notes X-Git-Tag: 0.0.22~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d06eaa6a6f347fbde3018a1e67e20ad913b818;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Tweak release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 35fab31f..9dbefd0c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,7 +6,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). +* ✨ Add support for cascade delete relationships: `cascade_delete`, `ondelete`, and `passive_deletes`. Initial 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