From: Sebastián Ramírez Date: Sat, 1 Jun 2019 06:00:26 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.27.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27964c5ffd7b6cf84c4e3219cf3623df38d43651;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 35bb9e299c..f87bf93657 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next release +* Fix `auto_error=False` handling in `HTTPBearer` security scheme. Do not `raise` when there's an incorrect `Authorization` header if `auto_error=False`. PR [#282](https://github.com/tiangolo/fastapi/pull/282). + * Fix type declaration of `HTTPException`. PR [#279](https://github.com/tiangolo/fastapi/pull/279). ## 0.27.0