From: Sebastián Ramírez Date: Sat, 18 Mar 2023 19:37:20 +0000 (+0100) Subject: 📝 Tweak release notes X-Git-Tag: 0.95.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38f0cad517fe90755061228d41c2265e345a6ce0;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Tweak release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 3a196623af..e5fccd0e4a 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -85,7 +85,7 @@ def delete_item(user: CurrentUser, item_id: int): ...and `CurrentUser` has all the typing information as `User`, so your editor will work as expected (autocompletion and everything), and **FastAPI** will be able to understand the dependency defined in `Annotated`. 😎 -Roughly **all the docs** have been rewritten to use `Annotated` as the main way to declare **parameters** and **dependencies**. All the **examples** in the docs now include a version with `Annotated` and a version without it, for each of the specific Python version (when there are small differences/improvements in more recent versions). +Roughly **all the docs** have been rewritten to use `Annotated` as the main way to declare **parameters** and **dependencies**. All the **examples** in the docs now include a version with `Annotated` and a version without it, for each of the specific Python versions (when there are small differences/improvements in more recent versions). There were around 23K new lines added between docs, examples, and tests. 🚀 The key updated docs are: