From 37be77143d95f5a1572342eb76c50a3dfb821420 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 20 Sep 2017 16:08:58 +0100 Subject: [PATCH] Release note for #3822 --- CHANGELOG.txt | 2 +- docs/releases/1.13.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c5cb6f48b..064a92fcc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,7 +7,7 @@ Changelog * Custom document model is now documented (Emily Horsman) * Use minified versions of CSS in the admin by adding minification to the front-end tooling (Vincent Audebert, Thibaud Colas) * Wagtailforms serve view now passes `request.FILES`, for use in custom form handlers (LB (Ben Johnston)) - * Documents are now given new filenames on re-uploading, to avoid old versions being kept in cache (Bertrand Bordage) + * Documents and images are now given new filenames on re-uploading, to avoid old versions being kept in cache (Bertrand Bordage) * Fix: "Open Link in New Tab" on a right arrow in page explorer should open page list (Emily Horsman) * Fix: Using `order_by_relevance=False` when searching with PostgreSQL now works (Mitchel Cabuloy) * Fix: Inline panel first and last sorting arrows correctly hidden in non-default tabs (Matt Westcott) diff --git a/docs/releases/1.13.rst b/docs/releases/1.13.rst index 2a9852060..1d57f5776 100644 --- a/docs/releases/1.13.rst +++ b/docs/releases/1.13.rst @@ -17,7 +17,7 @@ Other features * :doc:`Custom document model ` is now documented (Emily Horsman) * Use minified versions of CSS in the admin by adding minification to the front-end tooling (Vincent Audebert, Thibaud Colas) * Wagtailforms serve view now passes ``request.FILES``, for use in custom form handlers (LB (Ben Johnston)) - * Documents are now given new filenames on re-uploading, to avoid old versions being kept in cache (Bertrand Bordage) + * Documents and images are now given new filenames on re-uploading, to avoid old versions being kept in cache (Bertrand Bordage) Bug fixes