From: github-actions[bot] Date: Wed, 4 Feb 2026 13:23:34 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.128.1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca4692a8c6552de17646a4eabed8ea3cafce597b;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes [skip ci] --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 0c7d44049..59cf84c86 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Fixes + +* 🐛 Fix OpenAPI duplication of `anyOf` refs for app-level responses with specified `content` and `model` as `Union`. PR [#14463](https://github.com/fastapi/fastapi/pull/14463) by [@DJMcoder](https://github.com/DJMcoder). + ### Refactors * 💡 Update comment for Pydantic internals. PR [#14814](https://github.com/fastapi/fastapi/pull/14814) by [@tiangolo](https://github.com/tiangolo).