Release note for #2170

This commit is contained in:
Matt Westcott 2016-03-08 15:00:53 +00:00
parent 1dab8eb469
commit 5e07bead42
3 changed files with 10 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Changelog
1.4 (xx.xx.xxxx)
~~~~~~~~~~~~~~~~
* Added support for viewing previous revisions of pages, and previewing or rolling back to earlier versions
* Introduced collections, for image / document organisation
* The page editor now produces a warning if the user navigates away without saving changes
* 'Add document' interface now supports uploading multiple documents at once

BIN
docs/_static/images/revision-ui.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View file

@ -10,6 +10,15 @@ Wagtail 1.4 release notes - IN DEVELOPMENT
What's new
==========
Page revision management
~~~~~~~~~~~~~~~~~~~~~~~~
.. figure:: ../_static/images/revision-ui.png
:width: 696px
From the page editing interface, editors can now access a list of previous revisions of the page, and preview or roll back to any earlier revision.
Collections for image / document organisation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~