mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-28 18:44:50 +00:00
release note for #568
This commit is contained in:
parent
99761cdcdc
commit
6b2b3ca43e
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue