diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de600a6991140aa0d8a3be1301ba92303e38c797..cfcc7889fb3e34753e5c86e432a7f1d5fa071888 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 ~~~~~