From 50a280b17bdce9173364ecbdc6fb5df6b4156ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 5 Apr 2019 16:21:17 +0400 Subject: [PATCH] :memo: Update release notes --- docs/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index a33e3ecc1..bfb23b17f 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).