]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Wed, 17 Jul 2024 01:52:20 +0000 (01:52 +0000)
committergithub-actions <github-actions@github.com>
Wed, 17 Jul 2024 01:52:20 +0000 (01:52 +0000)
docs/release-notes.md

index 8df3f808770f4cffe597f955f499ccc32233b9f1..ec4f673ea457b2e06ac5ffa0974aaa0c0e2db034 100644 (file)
@@ -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).