From 0c745855ff83cf8573905dd9daef9bd8b55fe3be Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 2 Jun 2017 10:59:54 +0100 Subject: [PATCH] Add release note re wagtailsitemaps fix --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2dee2a91b..798049173 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,6 +12,7 @@ Changelog * Added ``last_published_at`` field to the Page model (Matt Westcott) * 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) 1.10.1 (19.05.2017)