]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 25 Aug 2023 19:23:44 +0000 (21:23 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 25 Aug 2023 19:23:44 +0000 (21:23 +0200)
docs/en/docs/release-notes.md

index 2375bfee54caa1eaa01803622a773e4d407ab866..1a9721e2cf81aec5d6077961b9c5a4f1974f9d4f 100644 (file)
@@ -8,6 +8,7 @@
 
 * ✨ Add support for disabling the separation of input and output JSON Schemas in OpenAPI with Pydantic v2 with `separate_input_output_schemas=False`. PR [#10145](https://github.com/tiangolo/fastapi/pull/10145) by [@tiangolo](https://github.com/tiangolo).
     * New docs [Separate OpenAPI Schemas for Input and Output or Not](https://fastapi.tiangolo.com/how-to/separate-openapi-schemas/).
+    * This PR also includes a new setup (internal tools) for generating screenshots for the docs.
 
 ### Refactors