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

index 93e09eefa613c1e9df59fec40b317c5eceb7ca94..0662611c878119cc6d0a21b76d24ad61d315e7dc 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Fix body validation error response, do not include body variable when it is not embedded. PR [#1553](https://github.com/tiangolo/fastapi/pull/1553) by [@amacfie](https://github.com/amacfie).
 * Fix testing OAuth2 security scopes when using dependency overrides. PR [#1549](https://github.com/tiangolo/fastapi/pull/1549) by [@amacfie](https://github.com/amacfie).
 * Fix Model for JSON Schema keyword `not` as a JSON Schema instead of a list. PR [#1548](https://github.com/tiangolo/fastapi/pull/1548) by [@v-do](https://github.com/v-do).
 * Add support for OpenAPI `servers`. PR [#1547](https://github.com/tiangolo/fastapi/pull/1547) by [@mikaello](https://github.com/mikaello).