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

index 557498278daf47e5900e881ddeb3efaf271cbc38..23bb2d9d18d34d1124e0f62a42dc5a0a7aa96e6d 100644 (file)
@@ -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"}`: