diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e4775e37d..ce77f1e43 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -16,6 +16,7 @@ Changelog * Fix: Text on the page view restriction form is now marked for translation (Luiz Boaretto) * Fix: Fixed toggle behaviour of userbar on mobile (Robert Rollins) * Fix: Image rendition / document file deletion now happens on a post_delete signal, so that files are not lost if the deletion does not proceed (Janneke Janssen) + * Fix: "Your recent edits" list on dashboard no longer leaves out pages that another user has subsequently edited (Michael Cordover, Kees Hink, João Luiz Lorencetti) 1.6.2 (02.09.2016) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index a5c0b0142..c5e08ab5f 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -164,6 +164,7 @@ Contributors * Tim Leguijt * Luiz Boaretto * Jonathon Moore +* Kees Hink Translators =========== diff --git a/docs/releases/1.7.rst b/docs/releases/1.7.rst index 634ad7b3a..5b3c387b2 100644 --- a/docs/releases/1.7.rst +++ b/docs/releases/1.7.rst @@ -51,6 +51,7 @@ Bug fixes * Text on the page view restriction form is now marked for translation (Luiz Boaretto) * Fixed toggle behaviour of userbar on mobile (Robert Rollins) * Image rendition / document file deletion now happens on a post_delete signal, so that files are not lost if the deletion does not proceed (Janneke Janssen) + * "Your recent edits" list on dashboard no longer leaves out pages that another user has subsequently edited (Michael Cordover, Kees Hink, João Luiz Lorencetti) Upgrade considerations