From: Sebastián Ramírez Date: Mon, 9 Dec 2019 17:43:09 +0000 (+0100) Subject: :memo: Update release notes X-Git-Tag: 0.45.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58ca98285f0f5dae611369c234a8a7d9e894925b;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 008d1b6161..b4a69772b0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Rename docs and references to `body-schema` to `body-fields` to keep in line with Pydantic. PR [#746](https://github.com/tiangolo/fastapi/pull/746) by [@prostomarkeloff](https://github.com/prostomarkeloff). + ## 0.44.1 * Add GitHub social preview images to git. PR [#752](https://github.com/tiangolo/fastapi/pull/752).