From: Sebastián Ramírez Date: Fri, 5 Apr 2019 12:21:17 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.12.1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50a280b17bdce9173364ecbdc6fb5df6b4156ede;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index a33e3ecc19..bfb23b17fc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next release +* Fix typos in section about nested models and OAuth2 with JWT. PR #127 by @mostaphaRoudsari. + ## 0.12.0 * Add additional `responses` parameter to *path operation decorators* to extend responses in OpenAPI (and API docs).