From f0beab177829fe05f47aafd7050285d76ba8bd42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 29 Feb 2020 21:48:11 +0100 Subject: [PATCH] :memo: Update release notes --- docs/release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index b937c8ca4..ad8fbdd27 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