mirror of https://github.com/tiangolo/fastapi.git
📝 Update release notes
This commit is contained in:
parent
a49d45eaa9
commit
cae53138b2
|
|
@ -1,5 +1,7 @@
|
||||||
## Next release
|
## 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
|
## 0.25.0
|
||||||
|
|
||||||
* Add support for Pydantic's `include`, `exclude`, `by_alias`.
|
* Add support for Pydantic's `include`, `exclude`, `by_alias`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue