From: github-actions[bot] Date: Sat, 20 Sep 2025 17:12:09 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.117.0~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=243f012fd0b3c52e4b6505f04bcfc9f7532c1444;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 c13fcdd5f..443ae7111 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Features + +* ✨ Add OpenAPI `external_docs` parameter to `FastAPI`. PR [#13713](https://github.com/fastapi/fastapi/pull/13713) by [@cmtoro](https://github.com/cmtoro). + ### Fixes * 🐛 Fix `inspect.getcoroutinefunction()` can break testing with `unittest.mock.patch()`. PR [#14022](https://github.com/fastapi/fastapi/pull/14022) by [@secrett2633](https://github.com/secrett2633).