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

index 9b44bc9a8e10885677fc2a4b009927d8d4fb9d0d..c6cbc76581b464a5a6f82d95a9de364a281ef15f 100644 (file)
@@ -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.