From: Sebastián Ramírez Date: Tue, 3 Dec 2024 22:45:53 +0000 (+0100) Subject: 📝 Update release notes X-Git-Tag: 0.115.7~232 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=293d7c3bf887280a9111bac712c4a5360a8948ae;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index a786985d2d..cf754efa3b 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -11,7 +11,7 @@ hide: ### 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). +* 🐛 Preserve traceback when an exception is raised in sync dependency with `yield`. PR [#5823](https://github.com/fastapi/fastapi/pull/5823) by [@sombek](https://github.com/sombek). ### Refactors