From: Sebastián Ramírez Date: Sun, 12 Jan 2020 19:43:46 +0000 (+0100) Subject: :memo: Udpate release notes X-Git-Tag: 0.47.0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3eca945bd17600a0be6eae1d8fd93ba8f9805006;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Udpate release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index e293a7c5ee..c9ac8bb160 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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).