From: github-actions[bot] Date: Tue, 28 Jul 2026 10:22:53 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.140.8~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=fd557905eab47ce0f18e96f0482b3be379977bb9;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes [skip ci] --- 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