📝 Update release notes

This commit is contained in:
github-actions 2023-03-18 19:08:30 +00:00
parent 0bc87ec77c
commit 546392db98
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## Latest Changes
* 📝 Tweak tip recommending `Annotated` in docs. PR [#9270](https://github.com/tiangolo/fastapi/pull/9270) by [@tiangolo](https://github.com/tiangolo).
### Highlights
This release adds support for dependencies and parameters using `Annotated`. ✨