From: github-actions Date: Sat, 18 Mar 2023 19:08:30 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.95.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=546392db985eb866edaa37839ed1b3f0f116e5b5;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 5813ac6b7c..b413d60fef 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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`. ✨