📝 Update release notes

This commit is contained in:
github-actions 2023-03-18 16:16:37 +00:00
parent 69673548bc
commit 994ea1ad33
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## Latest Changes
* 📝 Update order of examples, latest Python version first, and simplify version tab names. PR [#9269](https://github.com/tiangolo/fastapi/pull/9269) by [@tiangolo](https://github.com/tiangolo).
* 📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests. PR [#9268](https://github.com/tiangolo/fastapi/pull/9268) by [@tiangolo](https://github.com/tiangolo).
* ✨Add support for PEP-593 `Annotated` for specifying dependencies and parameters. PR [#4871](https://github.com/tiangolo/fastapi/pull/4871) by [@nzig](https://github.com/nzig).