📝 Update relase notes

This commit is contained in:
Sebastián Ramírez 2019-06-03 22:01:09 +04:00
parent c7db2ff858
commit b3bb29afa8
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## Latest changes
* Fix path and query parameters receiving `dict` as a valid type. It should be mapped to a body payload. PR [#287](https://github.com/tiangolo/fastapi/pull/287). Updated docs at: [Query parameter list / multiple values with defaults: Using `list`](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#using-list).
## 0.27.1
* 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).