Add release note re wagtailsitemaps fix

pull/3468/merge
Matt Westcott 2017-06-02 10:59:54 +01:00
rodzic 927770eaab
commit 0c745855ff
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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)