]> 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 18:45:09 +0000 (18:45 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sat, 20 Sep 2025 18:45:09 +0000 (18:45 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 8489e296c464a412ea1edecd76947fd3bc546df3..3632dac32cdf49db83c281a3d22080df561c1efb 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Features
 
+* ✨  Allow `None` as return type for bodiless responses. PR [#9425](https://github.com/fastapi/fastapi/pull/9425) by [@hofrob](https://github.com/hofrob).
 * ✨ 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).