From: Sebastián Ramírez Date: Sat, 26 Aug 2023 18:14:42 +0000 (+0200) Subject: 📝 Update release notes X-Git-Tag: 0.103.1~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3f1689d78abef3d5d54ba655ec87cef81bf7384;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 91b29e7725..b60e024e56 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -8,6 +8,7 @@ ### Features * ✨ Add support for `openapi_examples` in all FastAPI parameters. PR [#10152](https://github.com/tiangolo/fastapi/pull/10152) by [@tiangolo](https://github.com/tiangolo). + * New docs: [OpenAPI-specific examples](https://fastapi.tiangolo.com/tutorial/schema-extra-example/#openapi-specific-examples). ### Docs