Browse Source

📝 Update release notes

pull/12159/head
github-actions 7 months ago
parent
commit
4b9e5b3a74
  1. 4
      docs/en/docs/release-notes.md

4
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"}`:

Loading…
Cancel
Save