]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update relase notes
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 3 Jun 2019 18:01:09 +0000 (22:01 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 3 Jun 2019 18:01:09 +0000 (22:01 +0400)
docs/release-notes.md

index 05ab7a12ec51287a99b9b86ea7bc1500eb17164f..d8fc7d257c4e45369dcff35908f0ab226dfcec09 100644 (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).