]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fri, 6 Feb 2026 09:15:23 +0000 (09:15 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fri, 6 Feb 2026 09:15:23 +0000 (09:15 +0000)
[skip ci]

docs/release-notes.md

index 84c113a7b3cc5443febcc50eb8b3007208dabe92..3e2631501beb23b8c728b5c285fae15ea1909798 100644 (file)
@@ -4,6 +4,7 @@
 
 ### Docs
 
+* 📝 Fix async example in `session.execute()` docstring & deprecation message. PR [#1643](https://github.com/fastapi/sqlmodel/pull/1643) by [@DanielLeviLucas](https://github.com/DanielLeviLucas).
 * 📝 Update `management-tasks.md` to be in line with `management-tasks.md` in FastAPI repo. PR [#1743](https://github.com/fastapi/sqlmodel/pull/1743) by [@YuriiMotov](https://github.com/YuriiMotov).
 
 ### Internal