]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 3 Nov 2025 10:19:56 +0000 (11:19 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 3 Nov 2025 10:19:56 +0000 (11:19 +0100)
docs/en/docs/release-notes.md

index caa7e218710bdaf5beab64fd8a93416ef2a2244b..93e6d3e12e30fa1bf5233f616718d14531c7ce68 100644 (file)
@@ -10,6 +10,7 @@ hide:
 ### Features
 
 * ✨ Add support for dependencies with scopes, support `scope="request"` for dependencies with `yield` that exit before the response is sent. PR [#14262](https://github.com/fastapi/fastapi/pull/14262) by [@tiangolo](https://github.com/tiangolo).
+    * New docs: [Dependencies with `yield` - Early exit and `scope`](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-with-yield/#early-exit-and-scope).
 
 ### Internal