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

index 2b9bd3e871e33f451126bd0c529b5f21853e1e20..7f4353cfe9fde9d73e3186d04b5122a19a2964fd 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Features
+
+* ✨ Add support for forbidding extra form fields with Pydantic models. PR [#12134](https://github.com/fastapi/fastapi/pull/12134) by [@tiangolo](https://github.com/tiangolo).
+
 ### Internal
 
 * ✅ Update internal tests for latest Pydantic, including CI tweaks to install the latest Pydantic. PR [#12147](https://github.com/fastapi/fastapi/pull/12147) by [@tiangolo](https://github.com/tiangolo).