From: github-actions[bot] Date: Thu, 4 Dec 2025 07:29:53 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.123.6~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c6b9d7a2b1df17fc24c8d2e4c5303fc334e75b9;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 c397528aa..a687e89ab 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Fixes + +* 🐛 Fix support for functools wraps and partial combined, for async and regular functions and classes in path operations and dependencies. PR [#14448](https://github.com/fastapi/fastapi/pull/14448) by [@tiangolo](https://github.com/tiangolo). + ## 0.123.5 ### Features