From: Sebastián Ramírez Date: Fri, 12 Jul 2019 23:20:02 +0000 (-0500) Subject: :memo: Update release notes X-Git-Tag: 0.32.0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc483478eb930c26158b0ed2eb2f70091f726774;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index c8cf260101..33ce88cf86 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Update wording in docs about [OAuth2 scopes](https://fastapi.tiangolo.com/tutorial/security/oauth2-scopes/). PR [#371](https://github.com/tiangolo/fastapi/pull/371). + * Update docs for `Enum`s to inherit from `str` and improve Swagger UI rendering. PR [#351](https://github.com/tiangolo/fastapi/pull/351). * Fix regression, add Swagger UI deep linking again. PR [#350](https://github.com/tiangolo/fastapi/pull/350).