]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Tweak release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 21 Jul 2024 02:14:00 +0000 (21:14 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 21 Jul 2024 02:14:00 +0000 (21:14 -0500)
docs/release-notes.md

index 35fab31f5fee64994d3c62c559dbfc52d7155a60..9dbefd0c00bdb52348c6108dd7e4bfce554af382 100644 (file)
@@ -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