From: github-actions Date: Sat, 17 Feb 2024 13:49:59 +0000 (+0000) Subject: ๐Ÿ“ Update release notes X-Git-Tag: 0.0.16~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abb798a22733456e4561f062e28ba61be214a7b;p=thirdparty%2Ffastapi%2Fsqlmodel.git ๐Ÿ“ Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index a0431a9b..bdd0cfc3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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