]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 5 Sep 2024 14:41:11 +0000 (14:41 +0000)
committergithub-actions <github-actions@github.com>
Thu, 5 Sep 2024 14:41:11 +0000 (14:41 +0000)
docs/en/docs/release-notes.md

index 2fe884615f3d4aca7a7175d91900598ced8b7a7b..8fe8be6a7f56e3b83cdc51655f7a5d9d642a9aeb 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Features
+
+* ✨ Add support for Pydantic models in `Form` parameters. PR [#12127](https://github.com/fastapi/fastapi/pull/12127) by [@tiangolo](https://github.com/tiangolo).
+
 ### Refactors
 
 * ♻️ Refactor deciding if `embed` body fields, do not overwrite fields, compute once per router, refactor internals in preparation for Pydantic models in `Form`, `Query` and others. PR [#12117](https://github.com/fastapi/fastapi/pull/12117) by [@tiangolo](https://github.com/tiangolo).