]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sat, 20 Sep 2025 19:56:30 +0000 (19:56 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sat, 20 Sep 2025 19:56:30 +0000 (19:56 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 2dd8c9b99bcf4c07b93a4ef069480c85ab4b20a6..82e4167eff48c9ea0b4ff8f4275f9601a60fe0b5 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix validation error when `File` is declared after `Form` parameter. PR [#11194](https://github.com/fastapi/fastapi/pull/11194) by [@thomasleveil](https://github.com/thomasleveil).
+
 ## 0.117.0
 
 ### Features