]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Udpate release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 12 Jan 2020 19:43:46 +0000 (20:43 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 12 Jan 2020 19:43:46 +0000 (20:43 +0100)
docs/release-notes.md

index e293a7c5eeef42f88d46a8a89e97f9e972199007..c9ac8bb160bdbde7abeab71603a3203009a642e4 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+* Update docs for [HTTP Basic Auth](https://fastapi.tiangolo.com/tutorial/security/http-basic-auth/) to improve security against timing attacks. Initial PR [#807](https://github.com/tiangolo/fastapi/pull/807) by [@zwass](https://github.com/zwass).
+
 ## 0.46.0
 
 * Fix typos and tweak configs. PR [#837](https://github.com/tiangolo/fastapi/pull/837).