📝 Update release notes

[skip ci]
This commit is contained in:
github-actions
2025-04-27 13:02:59 +00:00
parent bc67b582b6
commit 49dd5ffde1

View File

@@ -8,6 +8,7 @@
### Docs
* 📝 Update FastAPI tutorial docs to use the new `model.sqlmodel_update()` instead of old `setattr()`. PR [#1117](https://github.com/fastapi/sqlmodel/pull/1117) by [@jpizquierdo](https://github.com/jpizquierdo).
* ✏️ Update `docs/virtual-environments.md`. PR [#1321](https://github.com/fastapi/sqlmodel/pull/1321) by [@sylvainHellin](https://github.com/sylvainHellin).
### Internal