From: Sebastián Ramírez Date: Wed, 9 Oct 2019 17:48:01 +0000 (-0500) Subject: :memo: Update release notes X-Git-Tag: 0.42.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=380e3731a8dc3297a7ae14e6e00fe6874af1b18f;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index a6d35c6504..15de42d0db 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Fix `sitemap.xml` in website. PR [#598](https://github.com/tiangolo/fastapi/pull/598) by [@samuelcolvin](https://github.com/samuelcolvin). + ## 0.41.0 * Upgrade required Starlette to `0.12.9`, the new range is `>=0.12.9,<=0.12.9`.