From: Sebastián Ramírez Date: Sun, 19 Jul 2020 10:19:39 +0000 (+0200) Subject: 📝 Update release notes X-Git-Tag: 0.60.0~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10ae6de111d3bb89a2f2f6af712c4e083ac7cc9b;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 6b9132feff..59b1ceb4c7 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest changes +* Add support for adding OpenAPI schema for GET requests with a body. PR [#1626](https://github.com/tiangolo/fastapi/pull/1626) by [@victorphoenix3](https://github.com/victorphoenix3). + ## 0.59.0 * Fix typo in docstring for OAuth2 utils. PR [#1621](https://github.com/tiangolo/fastapi/pull/1621) by [@tomarv2](https://github.com/tomarv2).