Changelog and release notes for #560

This commit is contained in:
Karl Hobley 2014-08-21 12:19:39 +01:00
parent 15419f4d0e
commit 8a19552033
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Changelog
0.6 (xx.xx.20xx)
~~~~~~~~~~~~~~~~
* Added {% routablepageurl %} template tag (@timheap)
* Added RoutablePageMixin (@timheap)
* 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)

View file

@ -13,6 +13,7 @@ What's new
Minor features
~~~~~~~~~~~~~~
* A new template tag has been added for reversing URLs inside routable pages. See :ref:`routablepageurl_template_tag`.
* RoutablePage can now be used as a mixin. See :class:`wagtail.contrib.wagtailroutablepage.models.RoutablePageMixin`.
Bug fixes
~~~~~~~~~