]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes main
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Mon, 9 Feb 2026 07:07:33 +0000 (07:07 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Mon, 9 Feb 2026 07:07:33 +0000 (07:07 +0000)
[skip ci]

docs/release-notes.md

index 14f5a0dc8b8f0600ff61e45bf4c54839630318e1..14e9cac12ef2357b1e60f4d341ef297e6d61276f 100644 (file)
@@ -4,6 +4,7 @@
 
 ### Docs
 
+* ✏️ Fix typos in inline comment in `expression.py`. PR [#1747](https://github.com/fastapi/sqlmodel/pull/1747) by [@veeceey](https://github.com/veeceey).
 * 📝 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).