From: Sebastián Ramírez Date: Sat, 25 May 2019 15:48:27 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.25.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=747ae8210f4ae55cdc77f20b62853d4610c1abd3;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 5d7e945bbc..cd3aa1199f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## 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`: * 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.