]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 3 Dec 2024 22:45:53 +0000 (23:45 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 3 Dec 2024 22:45:53 +0000 (23:45 +0100)
docs/en/docs/release-notes.md

index a786985d2d2c05c7579731f55716b680b14e1895..cf754efa3bed4e7e60f67157acebbfbe333543ef 100644 (file)
@@ -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