]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 9 Oct 2019 17:48:01 +0000 (12:48 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 9 Oct 2019 17:48:01 +0000 (12:48 -0500)
docs/release-notes.md

index a6d35c65049933baf320f68e744b1775f1430505..15de42d0dbdc584d717607d0d231f4b2312e1e9b 100644 (file)
@@ -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`.