From: Sebastián Ramírez Date: Mon, 27 May 2019 12:28:24 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.25.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7379fde5eea788e28bfba7d460fe06c496318869;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index cd3aa1199f..5259505b58 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,11 @@ ## Next release +* Add support for Pydantic's `include`, `exclude`, `by_alias`. + * Update documentation: [Response Model](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude). + * Add docs for: [Body - updates](https://fastapi.tiangolo.com/tutorial/body-updates/), using Pydantic's `skip_defaults`. + * Add method consistency tests. + * PR [#264](https://github.com/tiangolo/fastapi/pull/264). + * 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`: