pull/2964/head
Matt Westcott 2016-08-30 15:08:56 +01:00
rodzic a0efc0d10e
commit ae947642cd
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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