📝 Update release notes

[skip ci]
This commit is contained in:
github-actions[bot]
2025-09-17 21:37:21 +00:00
parent 037c051997
commit de278dfdce

View File

@ -2,6 +2,10 @@
## Latest Changes ## 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 ### 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). * ⬆️ 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).