From dbaea722e75ea4608a9cf9be0c2a36b581130406 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sun, 1 Aug 2021 22:34:18 +0200
Subject: [PATCH] Update changelog for OAuth scope generation

(cherry picked from commit 80e03bc590eeb5d6a8195d53ce0b00e40b70c277)
---
 CHANGELOG.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index de600a699..cfcc7889f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -48,6 +48,13 @@ Added
 ~~~~~
 
 * Allow to configure port for prometheus metrics endpoint.
+* Allow apps to dynamically generate OAuth scopes
+
+Removed
+~~~~~~~
+
+* `OAUTH2_SCOPES` setting in apps is not supported anymore. Use `get_all_scopes` method
+  on `AppConfig` class instead.
 
 Fixed
 ~~~~~
-- 
GitLab