]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 4 Jun 2024 02:35:16 +0000 (02:35 +0000)
committergithub-actions <github-actions@github.com>
Tue, 4 Jun 2024 02:35:16 +0000 (02:35 +0000)
docs/release-notes.md

index 9d9d6f5fffcf5d6261cc35c0b206467abcd05353..2d35084ba3325dc9bfa3f6321a9710b21ec911b1 100644 (file)
@@ -6,6 +6,10 @@
 
 * 🐛 Fix set varchar limit when `max_length` is set on Pydantic models using Pydantic v2. PR [#963](https://github.com/tiangolo/sqlmodel/pull/963) by [@estebanx64](https://github.com/estebanx64).
 
+### Refactors
+
+* ♻️ Refactor generate select template to isolate templated code to the minimum. PR [#967](https://github.com/tiangolo/sqlmodel/pull/967) by [@tiangolo](https://github.com/tiangolo).
+
 ### Upgrades
 
 * ⬆️ Update minimum SQLAlchemy version to 2.0.14 as that one includes `TryCast` used internally. PR [#964](https://github.com/tiangolo/sqlmodel/pull/964) by [@tiangolo](https://github.com/tiangolo).