release notes / changelog for #574

pull/494/merge
Matt Westcott 2014-09-01 10:44:42 +01:00
rodzic 6369fb2f6b
commit b0e97c954a
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -9,6 +9,7 @@ Changelog
* Renamed wagtailsearch.indexed to wagtailsearch.index
* Fix: Page URL generation now returns correct URLs for sites that have the main 'serve' view rooted somewhere other than '/'
* Fix: Search results in the page chooser now respect the page_type parameter on PageChooserPanel
* Fix: Rendition filenames are now prevented from going over 60 chars, even with a large focal_point_key
0.5 (01.08.2014)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -26,6 +26,7 @@ Bug fixes
* Page URL generation now returns correct URLs for sites that have the main 'serve' view rooted somewhere other than '/'.
* 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.
Upgrade considerations
======================