diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1e4fbb545..14508e63d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/docs/_static/images/revision-ui.png b/docs/_static/images/revision-ui.png new file mode 100644 index 000000000..bb6a6bb4e Binary files /dev/null and b/docs/_static/images/revision-ui.png differ diff --git a/docs/releases/1.4.rst b/docs/releases/1.4.rst index 9105fc7bd..6f044b880 100644 --- a/docs/releases/1.4.rst +++ b/docs/releases/1.4.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~