]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 25 Dec 2023 18:00:47 +0000 (19:00 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 25 Dec 2023 18:00:47 +0000 (19:00 +0100)
docs/en/docs/release-notes.md

index bc6fd9d1101420021b567148314f043201fd7655..a2424a383224fa3f3ae2e82c55e28be3787f6b8a 100644 (file)
@@ -7,6 +7,12 @@ hide:
 
 ## Latest Changes
 
+### Breaking Changes
+
+Using resources from dependencies with `yield` in background tasks is no longer supported.
+
+This change is what supports the new features, read below. 🤓
+
 ### Dependencies with `yield`, `HTTPException` and Background Tasks
 
 Dependencies with `yield` now can raise `HTTPException` and other exceptions after `yield`. 🎉