]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 27 May 2019 17:56:49 +0000 (21:56 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 27 May 2019 17:56:49 +0000 (21:56 +0400)
docs/release-notes.md

index 4701a9b9d38f2715a73c2443842ae2c67287a508..f12170424a560c6afed4f13f32ae66af8c53f61d 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+* Fix type declaration of `response_model` to allow generic Python types as `List[Model]`. Mainly to fix `mypy` for users. PR [#266](https://github.com/tiangolo/fastapi/pull/266).
+
 ## 0.25.0
 
 * Add support for Pydantic's `include`, `exclude`, `by_alias`.