diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a93206ed32..49e543bab9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,7 @@ Changelog ~~~~~~~~~~~~~~~~ * Added support for AWS CloudFront in frontend cache invalidation module (Rob Moorman) + * Unpublishing a page now gives the option to unpublish subpages too (Jordi Joan) * The Wagtail version number can now be obtained as a tuple using `from wagtail import VERSION` (Tim Heap) * ``send_mail`` logic has been moved from ``AbstractEmailForm.process_form_submission`` into ``AbstractEmailForm.send_mail``. Now it's easier to override this logic (Tim Leguijt) * Fix: Migrations for wagtailcore and project template are now reversible (Benjamin Bach) diff --git a/docs/releases/1.7.rst b/docs/releases/1.7.rst index fd8581d0dc..a57d73573c 100644 --- a/docs/releases/1.7.rst +++ b/docs/releases/1.7.rst @@ -20,6 +20,12 @@ This feature was developed by Rob Moorman. See: :ref:`frontendcache_aws_cloudfront` +Unpublishing subpages +~~~~~~~~~~~~~~~~~~~~~ + +Unpublishing a page now gives the option to unpublish its subpages at the same time. This feature was developed by Jordi Joan. + + Minor features ~~~~~~~~~~~~~~