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

docs/en/docs/release-notes.md

index 341baf77f186506bccf7e50f413086b1a3b6ae25..77cf98cbc95586e1f3804241990246fe2f60b240 100644 (file)
@@ -24,6 +24,7 @@ hide:
 
 ### Docs
 
+* 📝 Add annotations to HTTP middleware example. PR [#11530](https://github.com/fastapi/fastapi/pull/11530) by [@Kilo59](https://github.com/Kilo59).
 * 📝 Clarify in CORS docs that wildcards and credentials are mutually exclusive. PR [#9829](https://github.com/fastapi/fastapi/pull/9829) by [@dfioravanti](https://github.com/dfioravanti).
 * ✏️ 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).