From: github-actions Date: Sat, 31 Aug 2024 09:38:41 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.0.22~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=feb5ff174764eb32c9ae9d76acb5dfcdbf037ed8;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index ebf22b86..a58974ac 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,10 @@ ## Latest Changes +### Fixes + +* 🐛 Fix support for types with `Optional[Annoated[x, f()]]`, e.g. `id: Optional[pydantic.UUID4]`. PR [#1093](https://github.com/fastapi/sqlmodel/pull/1093) by [@tiangolo](https://github.com/tiangolo). + ### Docs * ✏️ Fix a typo in `docs/virtual-environments.md`. PR [#1085](https://github.com/fastapi/sqlmodel/pull/1085) by [@tiangolo](https://github.com/tiangolo).