]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 5 Apr 2019 12:21:17 +0000 (16:21 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 5 Apr 2019 12:21:17 +0000 (16:21 +0400)
docs/release-notes.md

index a33e3ecc19d2e2a057401ab49d619111c42056a1..bfb23b17fc024ee367d87d3508bcaf71361ab8ab 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+* Fix typos in section about nested models and OAuth2 with JWT. PR <a href="https://github.com/tiangolo/fastapi/pull/127" target="_blank">#127</a> by <a href="https://github.com/mostaphaRoudsari" target="_blank">@mostaphaRoudsari</a>.
+
 ## 0.12.0
 
 * Add additional `responses` parameter to *path operation decorators* to extend responses in OpenAPI (and API docs).