📝 Update release notes

This commit is contained in:
github-actions 2024-06-04 00:39:40 +00:00
parent 5bb4cffd49
commit 866d9ecb29

View File

@ -2,6 +2,10 @@
## Latest Changes
### Fixes
* 🐛 Fix set varchar limit when `max_length` is set on Pydantic models using Pydantic v2. PR [#963](https://github.com/tiangolo/sqlmodel/pull/963) by [@estebanx64](https://github.com/estebanx64).
### 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).