From 3b3ed902f8df3e139b33de54828679d34b8b5c13 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Mon, 11 Oct 2021 23:07:21 +0200 Subject: [PATCH] Fix changelog --- CHANGELOG.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6f30a121f..9f0d30bde 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 ~~~~~ -- GitLab