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

index 0662611c878119cc6d0a21b76d24ad61d315e7dc..21be0e368ff2ab23a074de93b8d0fafaa05357c2 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* 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).
 * 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).