]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sat, 17 Feb 2024 13:49:59 +0000 (13:49 +0000)
committergithub-actions <github-actions@github.com>
Sat, 17 Feb 2024 13:49:59 +0000 (13:49 +0000)
docs/release-notes.md

index a0431a9bd792194122c2c0d68ffa0b19a6e3ef99..bdd0cfc39c4bdbdbcc55d993f8c1dc3cf0f1c903 100644 (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