diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5eca553dc1c1b50f299f991b751e5795b83d52ae..841f4a648d1c129193d3fe89e03e5533b954922c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,12 @@ and this project adheres to `Semantic Versioning`_. Unreleased ---------- +Added +~~~~~ + +* Provide an ``ExtensiblePolymorphicModel`` to support the features of extensible models for polymorphic models and vice-versa. + + Fixed ~~~~~ @@ -41,7 +47,6 @@ Added * OpenID Connect scope and accompanying claim ``groups`` * Support config files in JSON format * Allow apps to dynamically generate OAuth scopes -* Provide an ``ExtensiblePolymorphicModel`` to support the features of extensible models for polymorphic models and vice-versa. Changed ~~~~~~~