diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index aa8a7fbcc60739f868336746dd727cc64f09e381..c754cf77d3306fb4ae000a7cf3707327e3ffd5fe 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -13,6 +13,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
 ~~~~~