release note for #2562

This commit is contained in:
Matt Westcott 2016-08-30 15:08:56 +01:00
parent a0efc0d10e
commit ae947642cd
2 changed files with 7 additions and 0 deletions

View file

@ -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)

View file

@ -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
~~~~~~~~~~~~~~