diff --git a/docs/release-notes.md b/docs/release-notes.md index bdd0cfc3..1da7afb8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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