📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2020-04-02 06:59:19 +02:00
parent d4d5b21b2e
commit 3b7e4e0544
1 changed files with 2 additions and 0 deletions

View 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).