]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 28 Jul 2026 10:22:53 +0000 (10:22 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 28 Jul 2026 10:22:53 +0000 (10:22 +0000)
[skip ci]

docs/en/docs/release-notes.md

index da93b471e817a9b1193cd59a05217adc0a96c998..8b5b194fe694c4a0b79627b6edc7cdb73336c5af 100644 (file)
@@ -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