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