From: Sebastián Ramírez Date: Mon, 27 May 2019 17:56:49 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.26.0~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cae53138b26cab75341d96ae39042573f91362c3;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 4701a9b9d3..f12170424a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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`.