]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 15 Jun 2020 11:13:53 +0000 (13:13 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 15 Jun 2020 11:13:53 +0000 (13:13 +0200)
docs/en/docs/release-notes.md

index 21be0e368ff2ab23a074de93b8d0fafaa05357c2..7b0344ce604427b8b2bbd5f9df8da5152cdbcdf7 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Deep merge OpenAPI responses to preserve all the additional metadata. PR [#1577](https://github.com/tiangolo/fastapi/pull/1577).
 * Mention in docs that only main app events are run (not sub-apps). PR [#1554](https://github.com/tiangolo/fastapi/pull/1554) by [@amacfie](https://github.com/amacfie).
 * 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).