📝 Update release notes

[skip ci]
This commit is contained in:
github-actions[bot] 2025-12-12 14:31:45 +00:00
parent c0556ac3a5
commit 80d1f732e5
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ hide:
## Latest Changes
### Fixes
* 🐛 Fix support for tagged union with discriminator inside of `Annotated` with `Body()`. PR [#14512](https://github.com/fastapi/fastapi/pull/14512) by [@tiangolo](https://github.com/tiangolo).
### Refactors
* ✅ Add set of tests for request parameters and alias. PR [#14358](https://github.com/fastapi/fastapi/pull/14358) by [@YuriiMotov](https://github.com/YuriiMotov).