Add changelog entry for #621 (late arrival...)

This commit is contained in:
Matt Westcott 2014-09-12 10:17:23 +01:00
parent e40312f358
commit 11f1bfcc15
2 changed files with 2 additions and 0 deletions

View file

@ -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)
~~~~~~~~~~~~~~~~

View file

@ -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