diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6c28594a9..ddd41d76e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changelog * Snippets are now ordered alphabetically * Removed the "More" section from the admin menu * Added pagination to page listings in admin + * Support for setting a subpage_types property on page models, to define which page types are allowed as subpages * Fix: Animated GIFs are now coalesced before resizing * Fix: Wand backend clones images before modifying them * Fix: Admin breadcrumb now positioned correctly on mobile diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index d7222307d..a3f9c7221 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -28,6 +28,7 @@ Contributors * Ben Margolis * Tom Talbot * Jeffrey Hearn +* Robert Clark Translators ===========