From 980f979d90efb427a63c7bffe58c0ceda3f305fa Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 12 Jun 2017 19:08:33 +0100 Subject: [PATCH] Release note for #3492 --- CHANGELOG.txt | 1 + docs/releases/1.11.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b6c9233382..3fab96878b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,7 @@ Changelog * Mixcloud oEmbed pattern has been updated (Alice Rose) * Added `last_published_at` field to the Page model (Matt Westcott) * Added `show_in_menus_default` flag on page models, to allow "show in menus" to be checked by default (LB (Ben Johnston)) + * "Copy page" form now validates against copying to a destination where the user does not have permission (Henk-Jan van Hasselaar) * Fix: Unauthenticated AJAX requests to admin views now return 403 rather than redirecting to the login page (Karl Hobley) * Fix: `TableBlock` options `afterChange`, `afterCreateCol`, `afterCreateRow`, `afterRemoveCol`, `afterRemoveRow` and `contextMenu` can now be overridden (Loic Teixeira) * Fix: The lastmod field returned by wagtailsitemaps now shows the last published date rather than the date of the last draft edit (Matt Westcott) diff --git a/docs/releases/1.11.rst b/docs/releases/1.11.rst index fd580b1e87..f5f4ae5239 100644 --- a/docs/releases/1.11.rst +++ b/docs/releases/1.11.rst @@ -50,7 +50,7 @@ Other features * Mixcloud oEmbed pattern has been updated (Alice Rose) * Added ``last_published_at`` field to the Page model (Matt Westcott) * Added ``show_in_menus_default`` flag on page models, to allow "show in menus" to be checked by default (LB (Ben Johnston)) - + * "Copy page" form now validates against copying to a destination where the user does not have permission (Henk-Jan van Hasselaar) Bug fixes ~~~~~~~~~