From: Sebastián Ramírez Date: Thu, 2 Apr 2020 04:59:19 +0000 (+0200) Subject: :memo: Update release notes X-Git-Tag: 0.54.0~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b7e4e05443587da4490a863e5be426a9d6dd1af;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 542a36a00d..3ee628684e 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest changes +* Add docs about [Settings and Environment Variables](https://fastapi.tiangolo.com/advanced/settings/). Initial PR [1118](https://github.com/tiangolo/fastapi/pull/1118) by [@alexmitelman](https://github.com/alexmitelman). + ## 0.53.2 * Fix automatic embedding of body fields for dependencies and sub-dependencies. Original PR [#1079](https://github.com/tiangolo/fastapi/pull/1079) by [@Toad2186](https://github.com/Toad2186).