release note for #568

This commit is contained in:
Matt Westcott 2014-09-16 10:20:18 +01:00
parent 99761cdcdc
commit 6b2b3ca43e
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ Changelog
~~~~~~~~~~~~~~~~
* Added interface for choosing focal point on images
* Removed 'content_type' template filter from the project template, as the same thing can be accomplished with self.get_verbose_name|slugify
* Page copy operations now also copy the page revision history
0.6 (11.09.2014)
~~~~~~~~~~~~~~~~

View file

@ -18,6 +18,7 @@ Minor features
~~~~~~~~~~~~~~
* The ``content_type`` template filter has been removed from the project template, as the same thing can be accomplished with ``self.get_verbose_name|slugify``.
* Page copy operations now also copy the page revision history
Bug fixes