📝 Update release notes

This commit is contained in:
github-actions 2024-09-05 15:23:05 +00:00
parent afdda4e50b
commit 179f838c36
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ hide:
* ✨ Add support for Pydantic models in `Form` parameters. PR [#12129](https://github.com/fastapi/fastapi/pull/12129) by [@tiangolo](https://github.com/tiangolo).
### Internal
* 🔧 Update sponsors: Coherence link. PR [#12130](https://github.com/fastapi/fastapi/pull/12130) by [@tiangolo](https://github.com/tiangolo).
## 0.112.4
This release is mainly a big internal refactor to enable adding support for Pydantic models for `Form` fields, but that feature comes in the next release.