📝 Update release notes

[skip ci]
This commit is contained in:
github-actions[bot] 2026-02-22 16:07:56 +00:00
parent 590a5e5355
commit bc06e4296d
1 changed files with 4 additions and 0 deletions

View 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