]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 26 Aug 2023 18:14:42 +0000 (20:14 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 26 Aug 2023 18:14:42 +0000 (20:14 +0200)
docs/en/docs/release-notes.md

index 91b29e7725ebec776f13b5eea4ba90ba21e3cdd9..b60e024e56e53396de180eaab9248150b1708a60 100644 (file)
@@ -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