From: github-actions[bot] Date: Sat, 20 Sep 2025 17:47:45 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.117.0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60213f5a31f9af8685d6dc33c547c0828d2bbcab;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 c8776890e..44a71b436 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -9,6 +9,7 @@ hide: ### Features +* ✨ Allow array values for OpenAPI schema `type` field. PR [#13639](https://github.com/fastapi/fastapi/pull/13639) by [@sammasak](https://github.com/sammasak). * ✨ Add OpenAPI `external_docs` parameter to `FastAPI`. PR [#13713](https://github.com/fastapi/fastapi/pull/13713) by [@cmtoro](https://github.com/cmtoro). ### Fixes