📝 Update release notes

This commit is contained in:
github-actions 2024-06-03 23:56:49 +00:00
parent 662bd641b8
commit a319952be1

View File

@ -2,6 +2,10 @@
## Latest Changes
### Docs
* ✏️ Fix broken link to `@dataclass_transform` (now PEP 681) in `docs/features.md`. PR [#753](https://github.com/tiangolo/sqlmodel/pull/753) by [@soof-golan](https://github.com/soof-golan).
### Internal
* 👷 Update GitHub Actions to download and upload artifacts. PR [#936](https://github.com/tiangolo/sqlmodel/pull/936) by [@tiangolo](https://github.com/tiangolo).