]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fri, 12 Dec 2025 14:31:45 +0000 (14:31 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fri, 12 Dec 2025 14:31:45 +0000 (14:31 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 19e0cb5a141a668a448420b6fc05203c97eed78c..760a8c2d8750ae90acdfa6892a23722370d0b8aa 100644 (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).