From: github-actions[bot] Date: Wed, 17 Sep 2025 21:37:21 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.0.25~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de278dfdce6bbdf9ab198b53a7e3a4eff6d5c838;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Update release notes [skip ci] --- diff --git a/docs/release-notes.md b/docs/release-notes.md index e6f073af..3e634cee 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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).