From: Sebastián Ramírez Date: Sat, 29 Feb 2020 20:48:11 +0000 (+0100) Subject: :memo: Update release notes X-Git-Tag: 0.50.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0beab177829fe05f47aafd7050285d76ba8bd42;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index b937c8ca4a..ad8fbdd275 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,11 @@ ## Latest changes +* Add link to Release Notes from docs about pinning versions for deployment. PR [#1058](https://github.com/tiangolo/fastapi/pull/1058). +* Upgrade code to use the latest version of Starlette, including: + * Several bug fixes. + * Optional redirects of slashes, with or without ending in `/`. + * Events for routers, `"startup"`, and `"shutdown"`. + * PR [#1057](https://github.com/tiangolo/fastapi/pull/1057). * 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