]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 30 Nov 2023 15:23:25 +0000 (15:23 +0000)
committergithub-actions <github-actions@github.com>
Thu, 30 Nov 2023 15:23:25 +0000 (15:23 +0000)
docs/release-notes.md

index 2792a9f9f52ef89322d0b0d95523d1abfce01a1f..18521f487cf4628f40a9547166550ce0139c9b89 100644 (file)
@@ -7,6 +7,7 @@
 
 ### 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).
 * ✅ Move OpenAPI tests inline to simplify updating them with Pydantic v2. PR [#709](https://github.com/tiangolo/sqlmodel/pull/709) by [@tiangolo](https://github.com/tiangolo).
 
 ### Upgrades