]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 12 Dec 2023 00:23:15 +0000 (00:23 +0000)
committergithub-actions <github-actions@github.com>
Tue, 12 Dec 2023 00:23:15 +0000 (00:23 +0000)
docs/en/docs/release-notes.md

index dcff8a69ddb4f31775532d45225838f46c17bfe5..915f706962c30e4ed22c0761c5097b9f4a59fc86 100644 (file)
@@ -9,6 +9,10 @@ hide:
 
 * 🔧 Update sponsors, add Scalar. PR [#10728](https://github.com/tiangolo/fastapi/pull/10728) by [@tiangolo](https://github.com/tiangolo).
 
+### Features
+
+* ✨ Add support for multiple Annotated annotations, e.g. `Annotated[str, Field(), Query()]`. PR [#10773](https://github.com/tiangolo/fastapi/pull/10773) by [@tiangolo](https://github.com/tiangolo).
+
 ### Docs
 
 * 📝 Tweak default suggested configs for generating clients. PR [#10736](https://github.com/tiangolo/fastapi/pull/10736) by [@tiangolo](https://github.com/tiangolo).