]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Mon, 4 Dec 2023 09:49:42 +0000 (09:49 +0000)
committergithub-actions <github-actions@github.com>
Mon, 4 Dec 2023 09:49:42 +0000 (09:49 +0000)
docs/release-notes.md

index 789509fd6158a36f8849179f3bfd15459b933109..bbac758c68dbec02791df66900d2d5769ef6ccd2 100644 (file)
@@ -20,6 +20,7 @@
 
 ### Docs
 
+* 📝 Update docs for Decimal, use proper types. PR [#719](https://github.com/tiangolo/sqlmodel/pull/719) by [@tiangolo](https://github.com/tiangolo).
 * 📝 Add source examples for Python 3.9 and 3.10. PR [#715](https://github.com/tiangolo/sqlmodel/pull/715) by [@tiangolo](https://github.com/tiangolo).
 
 ### Internal