From 318c4503f89efc5213fd98c4699f02f6447ffe57 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 8 Oct 2014 13:11:58 +0100 Subject: [PATCH] add release note for #505 --- CHANGELOG.txt | 1 + docs/releases/0.7.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b1821ad04..73432f007 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -17,6 +17,7 @@ Changelog * The 'type' method of PageQuerySet (used to filter the queryset to a specific page type) now includes subclasses of the given page type. * The 'update_index' management command now updates all backends listed in WAGTAILSEARCH_BACKENDS, or a specific one passed on the command line, rather than just the default backend * The 'fill' image resize method now supports an additional parameter defining the closeness of the crop + * Added support for invalidating Cloudflare caches * Fix: 'wagtail start' command now works on Windows * Fix: The external image URL generator no longer stores generated images in Django's cache * Fix: Elasticsearch backend can now search querysets that have been filtered with an 'in' clause of a non-list type (such as a ValuesListQuerySet) diff --git a/docs/releases/0.7.rst b/docs/releases/0.7.rst index ddc67d392..f70384355 100644 --- a/docs/releases/0.7.rst +++ b/docs/releases/0.7.rst @@ -40,6 +40,7 @@ Minor features * The ``type`` method of ``PageQuerySet`` (used to filter the queryset to a specific page type) now includes subclasses of the given page type. * The ``update_index`` management command now updates all backends listed in ``WAGTAILSEARCH_BACKENDS``, or a specific one passed on the command line, rather than just the default backend. * The 'fill' image resize method now supports an additional parameter defining the closeness of the crop. See :ref:`image_tag` + * Added support for invalidating Cloudflare caches. See :ref:`frontend_cache_purging` Bug fixes ~~~~~~~~~