📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2019-05-25 19:48:27 +04:00
parent c651416e05
commit 747ae8210f
1 changed files with 2 additions and 0 deletions

View File

@ -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.