From: Sebastián Ramírez Date: Sat, 29 Feb 2020 18:22:08 +0000 (+0100) Subject: :memo: Update release notes X-Git-Tag: 0.50.0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbbed6fe8141d0b5bbc73d18041bec6de528f903;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 70645ffb38..b937c8ca4a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Add docs about pinning FastAPI versions for deployment: [Deployment: FastAPI versions](https://fastapi.tiangolo.com/deployment/#fastapi-versions). PR [#1056](https://github.com/tiangolo/fastapi/pull/1056). + ## 0.49.2 * Fix links in release notes. PR [#1052](https://github.com/tiangolo/fastapi/pull/1052) by [@sattosan](https://github.com/sattosan).