]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 22 Jul 2020 06:28:31 +0000 (08:28 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 22 Jul 2020 06:28:31 +0000 (08:28 +0200)
docs/en/docs/release-notes.md

index ff1ddeca202a8cee71e4a5b0b021ee737c3991e8..b7e5d3945dc527be8b7dd3fadf8a11b0c21c7336 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Upgrade Starlette to version `0.13.6` to handle a vulnerability when using static files in Windows. PR [#1759](https://github.com/tiangolo/fastapi/pull/1759) by [@jamesag26](https://github.com/jamesag26).
 * Pin Swagger UI temporarily, waiting for a fix for [swagger-api/swagger-ui#6249](https://github.com/swagger-api/swagger-ui/issues/6249). PR [#1763](https://github.com/tiangolo/fastapi/pull/1763).
 * Update GitHub Actions, use commit from PR for docs preview, not commit from pre-merge. PR [#1761](https://github.com/tiangolo/fastapi/pull/1761).
 * Update GitHub Actions, refactor Gitter bot. PR [#1746](https://github.com/tiangolo/fastapi/pull/1746).