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

index 4021532d27038f8bfcb54727103eb14e2ab1be06..f61d1360d5038ccfd5939be793349c7d07cd3688 100644 (file)
@@ -2,8 +2,14 @@
 
 ## Latest Changes
 
+### 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).
+
+### Docs
+
 * 📝 Add note to docs about Separate Input and Output Schemas with FastAPI version. PR [#10150](https://github.com/tiangolo/fastapi/pull/10150) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.102.0
 
 ### Features