📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2026-02-22 17:18:26 +01:00
parent eb544e704c
commit 2e62fb1513
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ hide:
### 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).
* This results in 2x (or more) performance increase for JSON responses.
* New docs: [Custom Response - JSON Performance](https://fastapi.tiangolo.com/advanced/custom-response/#json-performance).
## 0.129.2