From: github-actions Date: Fri, 6 Sep 2024 18:06:45 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.114.1~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b9e5b3a7433f13dcb1ca6d284326b1753231af2;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 557498278d..23bb2d9d18 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Internal + +* ✏️ Fix typo in `fastapi/params.py`. PR [#12143](https://github.com/fastapi/fastapi/pull/12143) by [@surreal30](https://github.com/surreal30). + ## 0.114.0 You can restrict form fields to only include those declared in a Pydantic model and forbid any extra field sent in the request using Pydantic's `model_config = {"extra": "forbid"}`: