mirror of https://github.com/tiangolo/fastapi.git
📝 Update release notes
This commit is contained in:
parent
c651416e05
commit
747ae8210f
|
|
@ -1,5 +1,7 @@
|
||||||
## Next release
|
## Next release
|
||||||
|
|
||||||
|
* Add `CONTRIBUTING.md` file to GitHub, to help new contributors. PR [#255](https://github.com/tiangolo/fastapi/pull/255) by [@wshayes](https://github.com/wshayes).
|
||||||
|
|
||||||
* Add support for Pydantic's `skip_defaults`:
|
* Add support for Pydantic's `skip_defaults`:
|
||||||
* There's a new *path operation decorator* parameter `response_model_skip_defaults`.
|
* There's a new *path operation decorator* parameter `response_model_skip_defaults`.
|
||||||
* The name of the parameter will most probably change in a future version to `response_skip_defaults`, `model_skip_defaults` or something similar.
|
* The name of the parameter will most probably change in a future version to `response_skip_defaults`, `model_skip_defaults` or something similar.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue