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

index f680578a3642a427eadaf17998532dffc3416764..c2c135056887aa88ca7de6ec4d6a7498d540ed45 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Add debugging logs for GitHub actions to introspect GitHub hidden context. PR [#1764](https://github.com/tiangolo/fastapi/pull/1764).
 * Use OS preference theme for online docs. PR [#1760](https://github.com/tiangolo/fastapi/pull/1760) by [@https://github.com/adriencaccia](https://github.com/adriencaccia).
 * 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).