]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 2 Apr 2020 04:59:19 +0000 (06:59 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 2 Apr 2020 04:59:19 +0000 (06:59 +0200)
docs/en/docs/release-notes.md

index 542a36a00d4c5e75a592bca781d8964f578f99e9..3ee628684e96b7cfa60d871a1e7820d5b68f8b7d 100644 (file)
@@ -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).