]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sun, 22 Feb 2026 16:07:56 +0000 (16:07 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sun, 22 Feb 2026 16:07:56 +0000 (16:07 +0000)
[skip ci]

docs/en/docs/release-notes.md

index edcb3db8d6f0931f6ba05980dc6118b7232240ca..ba5ba420bd5ff9ca7f6399fbbaf2c79edb1adadb 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Features
+
+* ✨ Serialize JSON response with Pydantic (in Rust), when there's a Pydantic return type or response model. PR [#14962](https://github.com/fastapi/fastapi/pull/14962) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.129.2
 
 ### Internal