📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2023-12-12 00:34:36 +00:00
parent d8185efb6e
commit 36c2667768
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ hide:
# Release Notes
## 0.105.0
## Latest Changes
## 0.105.0
### Features
* ✨ Add support for multiple Annotated annotations, e.g. `Annotated[str, Field(), Query()]`. PR [#10773](https://github.com/tiangolo/fastapi/pull/10773) by [@tiangolo](https://github.com/tiangolo).