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.