📝 Update release notes

[skip ci]
This commit is contained in:
github-actions[bot] 2025-12-02 17:33:22 +00:00
parent f4a17b7568
commit aee8e78078
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ hide:
* 🔥 Remove dangling extra condiitonal no longer needed. PR [#14435](https://github.com/fastapi/fastapi/pull/14435) by [@tiangolo](https://github.com/tiangolo).
* ♻️ Refactor internals, update `is_coroutine` check to reuse internal supported variants (unwrap, check class). PR [#14434](https://github.com/fastapi/fastapi/pull/14434) by [@tiangolo](https://github.com/tiangolo).
### Translations
* 🌐 Sync German docs. PR [#14367](https://github.com/fastapi/fastapi/pull/14367) by [@nilslindemann](https://github.com/nilslindemann).
## 0.123.4
### Fixes