]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 17 Jun 2025 10:18:31 +0000 (10:18 +0000)
committergithub-actions <github-actions@github.com>
Tue, 17 Jun 2025 10:18:31 +0000 (10:18 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 9dff69cbbab80d1bf8690168434b70ab78a2721a..ac4003d84a7ea74189b63263ef42a885979e7daf 100644 (file)
@@ -17,6 +17,7 @@ hide:
 
 ### Docs
 
+* ✏️ Fix typo in docstring. PR [#13532](https://github.com/fastapi/fastapi/pull/13532) by [@comp64](https://github.com/comp64).
 * 📝 Clarify guidance on using `async def` without `await`. PR [#13642](https://github.com/fastapi/fastapi/pull/13642) by [@swastikpradhan1999](https://github.com/swastikpradhan1999).
 * 📝 Update exclude-parameters-from-openapi documentation links. PR [#13600](https://github.com/fastapi/fastapi/pull/13600) by [@timonrieger](https://github.com/timonrieger).
 * 📝 Clarify the middleware execution order in docs. PR [#13699](https://github.com/fastapi/fastapi/pull/13699) by [@YuriiMotov](https://github.com/YuriiMotov).