From: Sebastián Ramírez Date: Sun, 5 Apr 2020 14:47:33 +0000 (+0200) Subject: :memo: Update relase notes X-Git-Tag: 0.54.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d92557e53373bd01677e4ab4c6687131e7daf97;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update relase notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 1bcd85ce25..9a267b4985 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,7 @@ ## Latest changes +* Fix grammatical mistakes in async docs. PR [#1188](https://github.com/tiangolo/fastapi/pull/1188) by [@mickeypash](https://github.com/mickeypash). * Add support for `response_model_exclude_defaults` and `response_model_exclude_none`: * Deprecate the parameter `include_none` in `jsonable_encoder` and add the inverted `exclude_none`, to keep in sync with Pydantic. * PR [#1166](https://github.com/tiangolo/fastapi/pull/1166) by [@voegtlel](https://github.com/voegtlel).