diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d3f3ec51bb..7e049fd4f3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,6 +14,7 @@ Changelog * 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) * Allows reverse relations in `RelatedFields` for elasticsearch & PostgreSQL search backends (Lucas Moeskops, Bertrand Bordage) + * Added oEmbed support for Facebook (Mikalai Radchuk) * 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 cee9ff5650..acdd34dd37 100644 --- a/docs/releases/1.11.rst +++ b/docs/releases/1.11.rst @@ -59,6 +59,7 @@ Other features * 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) * Allows reverse relations in ``RelatedFields`` for elasticsearch & PostgreSQL search backends (Lucas Moeskops, Bertrand Bordage) + * Added oEmbed support for Facebook (Mikalai Radchuk) Bug fixes ~~~~~~~~~