From f2af37cc6c8b200ee91d25af328f26d4d5e9d091 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 9 Oct 2014 12:24:31 +0100 Subject: [PATCH] release note for #683 --- CHANGELOG.txt | 1 + docs/releases/0.7.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 73432f0073..a80ece0b9b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -18,6 +18,7 @@ Changelog * 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 + * Pages in the explorer can now be ordered by last updated time * 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 12748ff0e7..319cc3eff7 100644 --- a/docs/releases/0.7.rst +++ b/docs/releases/0.7.rst @@ -51,6 +51,7 @@ Minor features * 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` + * Pages in the explorer can now be ordered by last updated time. Bug fixes ~~~~~~~~~