diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index da93b471e8..8b5b194fe6 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Fixes + +* 🐛 Fix stream item type lost when using `include_router()`. PR [#15077](https://github.com/fastapi/fastapi/pull/15077) by [@alex-raw](https://github.com/alex-raw). + ## 0.140.7 (2026-07-27) ### Refactors