diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6f30a121f6b94cc52a67875e53f1dbda5a634a00..9f0d30bdea602444cb2e4d8eb1dd5523f814f60d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -36,8 +36,8 @@ Removed ~~~~~~~ * Dropped data anonymization (django-hattori) support for now -* `OAUTH2_SCOPES` setting in apps is not supported anymore. Use `get_all_scopes` method - on `AppConfig` class instead. +* ``OAUTH2_SCOPES`` setting in apps is not supported anymore. Use ``get_all_scopes`` method + on ``AppConfig`` class instead. `2.0rc5`_ - 2021-08-25 ---------------------- @@ -56,13 +56,6 @@ 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 ~~~~~