From: github-actions Date: Mon, 7 Oct 2024 21:22:16 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.0.23~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abbc92bc202453f572d100e2723fee18851c6bff;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index a509ec2e..8a4218cf 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,10 @@ ## Latest Changes +### Refactors + +* 🚨 Fix types for new Pydantic. PR [#1131](https://github.com/fastapi/sqlmodel/pull/1131) by [@tiangolo](https://github.com/tiangolo). + ### Docs * ✏️ Fix typo in documentation. PR [#1106](https://github.com/fastapi/sqlmodel/pull/1106) by [@Solipsistmonkey](https://github.com/Solipsistmonkey).