]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 12 Jul 2019 23:29:49 +0000 (18:29 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 12 Jul 2019 23:29:49 +0000 (18:29 -0500)
docs/release-notes.md

index b802bcb48ba0e917bf3bbe0d5fb25e3149f59856..971844693054754dc568ee9269684dad077480c3 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+* Fix typo in docs for features. PR [#380](https://github.com/tiangolo/fastapi/pull/380) by [@MartinoMensio](https://github.com/MartinoMensio).
+
 * Fix source code `limit` for example in [Query Parameters](https://fastapi.tiangolo.com/tutorial/query-params/). PR [#366](https://github.com/tiangolo/fastapi/pull/366) by [@Smashman](https://github.com/Smashman).
 
 * Update wording in docs about [OAuth2 scopes](https://fastapi.tiangolo.com/tutorial/security/oauth2-scopes/). PR [#371](https://github.com/tiangolo/fastapi/pull/371) by [@cjw296](https://github.com/cjw296).