]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 1 Jun 2019 06:00:26 +0000 (10:00 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 1 Jun 2019 06:00:26 +0000 (10:00 +0400)
docs/release-notes.md

index 35bb9e299c6ff4e4ddeac1de14d6bf65d7df3bf6..f87bf93657a2051a7e015af7f09b0ab40506517a 100644 (file)
@@ -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