]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fri, 27 Feb 2026 20:52:04 +0000 (20:52 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fri, 27 Feb 2026 20:52:04 +0000 (20:52 +0000)
[skip ci]

docs/en/docs/release-notes.md

index f52ef3bd0eec4e32738fb91a61d878a1ab2edcf9..a4d3aadee1a04ec1a895fa4538f76de8e963bcb4 100644 (file)
@@ -13,6 +13,7 @@ hide:
 
 ### Docs
 
+* 📝 Update docs for responses and new stream with `yield`. PR [#15023](https://github.com/fastapi/fastapi/pull/15023) by [@tiangolo](https://github.com/tiangolo).
 * 📝 Add `await` in `StreamingResponse` code example to allow cancellation. PR [#14681](https://github.com/fastapi/fastapi/pull/14681) by [@casperdcl](https://github.com/casperdcl).
 * 📝 Rename `docs_src/websockets` to `docs_src/websockets_` to avoid import errors. PR [#14979](https://github.com/fastapi/fastapi/pull/14979) by [@YuriiMotov](https://github.com/YuriiMotov).