Changelog and release notes for #562

pull/572/head
Karl Hobley 2014-08-26 12:13:08 +01:00
rodzic d9dc42dee6
commit f45795ef4c
2 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,7 @@ Changelog
~~~~~~~~~~~~~~~~
* Added {% routablepageurl %} template tag (@timheap)
* Added RoutablePageMixin (@timheap)
* 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 '/'
0.5 (01.08.2014)

Wyświetl plik

@ -22,3 +22,10 @@ Bug fixes
Upgrade considerations
======================
Deprecated features
===================
* The ``wagtail.wagtailsearch.indexed`` module has been renamed to ``wagtail.wagtailsearch.index``