From: Sebastián Ramírez Date: Mon, 3 Jun 2019 18:01:09 +0000 (+0400) Subject: :memo: Update relase notes X-Git-Tag: 0.27.2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3bb29afa851f4b9dd44d0ec0fb1ffc882a74a84;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update relase notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 05ab7a12ec..d8fc7d257c 100644 --- a/docs/release-notes.md +++ b/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).