From: github-actions Date: Fri, 2 May 2025 21:52:01 +0000 (+0000) Subject: 📝 Update release notes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74feaa56b90165f0a0810cc98510838f91cf36f9;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Update release notes [skip ci] --- diff --git a/docs/release-notes.md b/docs/release-notes.md index c0e0cdf5..4d28c00d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,7 @@ ### Docs +* ✏️ 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). * 📝 Update FastAPI tutorial docs to use the new `model.sqlmodel_update()` instead of old `setattr()`. PR [#1117](https://github.com/fastapi/sqlmodel/pull/1117) by [@jpizquierdo](https://github.com/jpizquierdo).