]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 17 Feb 2024 13:52:43 +0000 (14:52 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 17 Feb 2024 13:52:43 +0000 (14:52 +0100)
docs/release-notes.md

index bdd0cfc39c4bdbdbcc55d993f8c1dc3cf0f1c903..1da7afb8152d57e035e435ac039482b031cf7ab7 100644 (file)
@@ -4,7 +4,9 @@
 
 ### 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).
+* ✨ Add new method `.sqlmodel_update()` to update models in place, including an `update` parameter for extra data. And fix implementation for the (now documented) `update` parameter for `.model_validate()`. PR [#804](https://github.com/tiangolo/sqlmodel/pull/804) by [@tiangolo](https://github.com/tiangolo).
+    * Updated docs: [Update Data with FastAPI](https://sqlmodel.tiangolo.com/tutorial/fastapi/update/).
+    * New docs: [Update with Extra Data (Hashed Passwords) with FastAPI](https://sqlmodel.tiangolo.com/tutorial/fastapi/update-extra-data/).
 
 ## 0.0.15