From: github-actions Date: Thu, 5 Sep 2024 15:17:13 +0000 (+0000) Subject: ๐Ÿ“ Update release notes X-Git-Tag: 0.113.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e787f854ddbe12d08ae6b13298b6d5eda7e20928;p=thirdparty%2Ffastapi%2Ffastapi.git ๐Ÿ“ Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 9b44bc9a8e..c6cbc76581 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Features + +* รขยœยจ Add support for Pydantic models in `Form` parameters. PR [#12129](https://github.com/fastapi/fastapi/pull/12129) 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.