From 11f1bfcc15ab06b69a5a09aa50d0d6c1f4758187 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 12 Sep 2014 10:17:23 +0100 Subject: [PATCH] Add changelog entry for #621 (late arrival...) --- CHANGELOG.txt | 1 + docs/releases/0.6.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 588ff7d84..9a0a72351 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -17,6 +17,7 @@ Changelog * Fix: Rendition filenames are now prevented from going over 60 chars, even with a large focal_point_key * Fix: Child relations that are defined on a model's superclass (such as the base Page model) are now picked up correctly by the page editing form, page copy operations and the replace_text management command * Fix: (For Django 1.7 support) Do not import South when using Django 1.7 (thenewguy) + * Fix: Tags on images and documents are now committed to the search index immediately on saving 0.5 (01.08.2014) ~~~~~~~~~~~~~~~~ diff --git a/docs/releases/0.6.rst b/docs/releases/0.6.rst index f42010465..3dc6f92f3 100644 --- a/docs/releases/0.6.rst +++ b/docs/releases/0.6.rst @@ -40,6 +40,7 @@ Bug fixes * Search results in the page chooser now respect the page_type parameter on PageChooserPanel. * Rendition filenames are now prevented from going over 60 chars, even with a large focal_point_key. * Child relations that are defined on a model's superclass (such as the base Page model) are now picked up correctly by the page editing form, page copy operations and the replace_text management command. + * Tags on images and documents are now committed to the search index immediately on saving. Upgrade considerations