]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 2 Dec 2025 17:23:36 +0000 (17:23 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 2 Dec 2025 17:23:36 +0000 (17:23 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 6fffdc58cd3d441f3632374665defcdae3c32538..d46f1d4f4795a21d8a7c186885dba8641070ddcb 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Features
 
+* ✨ Add support for wrapped functions (e.g. `@functools.wraps()`) used with forward references. PR [#5077](https://github.com/fastapi/fastapi/pull/5077) by [@lucaswiman](https://github.com/lucaswiman).
 * ✨ Handle wrapped dependencies. PR [#9555](https://github.com/fastapi/fastapi/pull/9555) by [@phy1729](https://github.com/phy1729).
 
 ### Fixes