From f4be79be514d0f30e530475ea0a77a98b12d3eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 27 Apr 2019 17:04:00 +0400 Subject: [PATCH] :memo: Update release notes --- docs/release-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 5a5059833..0ccfaf647 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,12 @@ ## Next release +* Upgrade OAuth2: + * Upgrade Password flow using Bearer tokens to use the correct HTTP status code 401 `UNAUTHORIZED`, with `WWW-Authenticate` headers. + * Update, simplify, and improve all the security docs. + * Add new `scope_str` to `SecurityScopes` and update docs: OAuth2 scopes. + * Update docs, images, tests. + * PR #188. + * Include Hypercorn as an alternative ASGI server in the docs. PR #187. * Add docs for Static Files and Templates. PR #186.