From: github-actions Date: Tue, 3 Dec 2024 22:37:38 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.115.6~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=905ec1eddefe311365ef02b3dcd8a8a0d4b7a75a;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes [skip ci] --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 65d19ed213..6cd6810acb 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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).