From: Sebastián Ramírez Date: Thu, 7 Oct 2021 17:38:36 +0000 (+0200) Subject: 📝 Update release notes X-Git-Tag: 0.70.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3953%2Fhead;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 e46060575b..31953a786c 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -19,6 +19,11 @@ This way, in case there was a breaking change for your code in one of the releas * ⬆️ Upgrade Starlette to 0.16.0. PR [#4016](https://github.com/tiangolo/fastapi/pull/4016) by [@tiangolo](https://github.com/tiangolo). +Also upgrades the ranges of optional dependencies: + +* `"jinja2 >=2.11.2,<4.0.0"` +* `"itsdangerous >=1.1.0,<3.0.0"` + ## 0.69.0 ### Breaking Changes - Upgrade