]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 3 Dec 2024 22:37:38 +0000 (22:37 +0000)
committergithub-actions <github-actions@github.com>
Tue, 3 Dec 2024 22:37:38 +0000 (22:37 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 65d19ed21320621bbc356171b8b0de26b20bc187..6cd6810acbfcfab91c6a80887db4309bb8d72e7e 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Preserve traceback when exception is raised in sync dependency with `yield`. PR [#5823](https://github.com/fastapi/fastapi/pull/5823) by [@sombek](https://github.com/sombek).
+
 ### Refactors
 
 * ♻️ Update tests and internals for compatibility with Pydantic >=2.10. PR [#12971](https://github.com/fastapi/fastapi/pull/12971) by [@tamird](https://github.com/tamird).