]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 19 Jul 2020 10:19:39 +0000 (12:19 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 19 Jul 2020 10:19:39 +0000 (12:19 +0200)
docs/en/docs/release-notes.md

index 6b9132feffd8b193ac49c11e2f2bff53324023f6..59b1ceb4c7fe84cf019551020f52aa03a4a9dd4c 100644 (file)
@@ -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).