Browse Source

📝 Update relase notes

pull/288/head
Sebastián Ramírez 6 years ago
parent
commit
b3bb29afa8
  1. 2
      docs/release-notes.md

2
docs/release-notes.md

@ -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).

Loading…
Cancel
Save