]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 6 May 2025 08:09:32 +0000 (08:09 +0000)
committergithub-actions <github-actions@github.com>
Tue, 6 May 2025 08:09:32 +0000 (08:09 +0000)
[skip ci]

docs/release-notes.md

index 5474b5762ef3c44a9465c9cc590505f8e0a014bd..a4cc3f33474979ac1a07a676f48f937cbef63f52 100644 (file)
@@ -8,6 +8,7 @@
 
 ### Docs
 
+* 📝 Update `docs/tutorial/fastapi/relationships.md`. PR [#1365](https://github.com/fastapi/sqlmodel/pull/1365) by [@Foxerine](https://github.com/Foxerine).
 * ✏️ Tweak the grammar in `docs/learn/index.md`. PR [#1363](https://github.com/fastapi/sqlmodel/pull/1363) by [@brettcannon](https://github.com/brettcannon).
 * 📝 Update all docs references to `Optional` to use the new syntax in Python 3.10, e.g. `int | None`. PR [#1351](https://github.com/fastapi/sqlmodel/pull/1351) by [@tiangolo](https://github.com/tiangolo).
 * 📝 Update install and usage with FastAPI CLI in FastAPI tutorial. PR [#1350](https://github.com/fastapi/sqlmodel/pull/1350) by [@tiangolo](https://github.com/tiangolo).