]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Wed, 17 Sep 2025 21:37:21 +0000 (21:37 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Wed, 17 Sep 2025 21:37:21 +0000 (21:37 +0000)
[skip ci]

docs/release-notes.md

index e6f073af588289bf2d3bbcf72bb903d55ad1ea17..3e634ceeb2e3129d5846cd6498c8d5a2468939d0 100644 (file)
@@ -2,6 +2,10 @@
 
 ## Latest Changes
 
+### Features
+
+* ✨ Add overload for `exec` method to support `insert`, `update`, `delete` statements. PR [#1342](https://github.com/fastapi/sqlmodel/pull/1342) by [@seriaati](https://github.com/seriaati).
+
 ### Upgrades
 
 * ⬆️ Drop support for Python 3.7, require Python 3.8 or above. PR [#1316](https://github.com/fastapi/sqlmodel/pull/1316) by [@svlandeg](https://github.com/svlandeg).