From: Sebastián Ramírez Date: Sat, 4 Apr 2020 19:39:52 +0000 (+0200) Subject: :memo: Update release notes X-Git-Tag: 0.54.0~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70bc46937387605d8ef3ada2d67650c93b0cabad;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 ae07855e34..2359168f7e 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,7 @@ ## Latest changes +* Update docs for Pydantic's `Settings` using a dependency with `@lru_cache()`. PR [#1214](https://github.com/tiangolo/fastapi/pull/1214). * Add first translation to Spanish [FastAPI](https://fastapi.tiangolo.com/es/). PR [#1201](https://github.com/tiangolo/fastapi/pull/1201) by [@mariacamilagl](https://github.com/mariacamilagl). * 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).