From: github-actions Date: Wed, 17 Jul 2024 01:52:20 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.0.20~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca0621098e634668457c04a7905e911c8ac1994;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 8df3f808..ec4f673e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,10 @@ * ✏️ Fix typo in `docs/tutorial/relationship-attributes/index.md`. PR [#880](https://github.com/tiangolo/sqlmodel/pull/880) by [@UncleGoogle](https://github.com/UncleGoogle). +### Features + +* ✨ Add official UUID support, docs and tests, internally using new SQLAlchemy 2.0 types. PR [#992](https://github.com/tiangolo/sqlmodel/pull/992) by [@estebanx64](https://github.com/estebanx64). + ### Docs * ✏️ Fix internal link in `docs/tutorial/create-db-and-table.md`. PR [#911](https://github.com/tiangolo/sqlmodel/pull/911) by [@tfpgh](https://github.com/tfpgh).