From: github-actions Date: Sun, 20 Dec 2020 19:13:21 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.63.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=180bdf31ac1d0adbe2b2821be6bbed0d41997cb1;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 28c9c280b4..b75dc8755f 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,7 @@ ## Latest Changes +* ⬆️ Upgrade Uvicorn when installing fastapi[all] to the latest version including uvloop. PR [#2548](https://github.com/tiangolo/fastapi/pull/2548) by [@tiangolo](https://github.com/tiangolo). ### Features * ✨ Improve type annotations, add support for mypy --strict, internally and for external packages. PR [#2547](https://github.com/tiangolo/fastapi/pull/2547) by [@tiangolo](https://github.com/tiangolo).