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

index 7f4353cfe9fde9d73e3186d04b5122a19a2964fd..b7db0f7806cd0c44f8b7fac88088318ded66c815 100644 (file)
@@ -11,6 +11,10 @@ hide:
 
 * ✨ 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).
 
+### Docs
+
+* 📝 Update docs, Form Models section title, to match config name. PR [#12152](https://github.com/fastapi/fastapi/pull/12152) 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).