]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sat, 20 Sep 2025 17:47:45 +0000 (17:47 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sat, 20 Sep 2025 17:47:45 +0000 (17:47 +0000)
[skip ci]

docs/en/docs/release-notes.md

index c8776890e68ddb258bae1be1700f01750b93dd47..44a71b4363c4192bd872f753ec611ddf67121da2 100644 (file)
@@ -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