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

index 18521f487cf4628f40a9547166550ce0139c9b89..789509fd6158a36f8849179f3bfd15459b933109 100644 (file)
@@ -5,6 +5,10 @@
 * 🔧 Update config with new pymdown extensions. PR [#712](https://github.com/tiangolo/sqlmodel/pull/712) by [@tiangolo](https://github.com/tiangolo).
 * 🙈 Update gitignore, include all coverage files. PR [#711](https://github.com/tiangolo/sqlmodel/pull/711) by [@tiangolo](https://github.com/tiangolo).
 
+### Fixes
+
+* ♻️ Refactor type generation of selects re-order to prioritize models to optimize editor support. PR [#718](https://github.com/tiangolo/sqlmodel/pull/718) by [@tiangolo](https://github.com/tiangolo).
+
 ### Refactors
 
 * 🔇 Do not raise deprecation warnings for execute as it's automatically used internally. PR [#716](https://github.com/tiangolo/sqlmodel/pull/716) by [@tiangolo](https://github.com/tiangolo).