📝 Update release notes

This commit is contained in:
Sebastián Ramírez
2024-12-03 23:45:53 +01:00
parent bb8c2a6498
commit 293d7c3bf8

View 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