📝 Update release notes

This commit is contained in:
github-actions 2024-02-17 13:49:59 +00:00
parent fa12c5d87b
commit 2abb798a22

View File

@ -2,6 +2,10 @@
## Latest Changes
### Features
* ✨ Add new method `sqlmodel_update()` to update models in place, including an `update` parameter for extra data. PR [#804](https://github.com/tiangolo/sqlmodel/pull/804) by [@tiangolo](https://github.com/tiangolo).
## 0.0.15
### Fixes