From 10f4c0b0826edc1f5ab244cd83e3816f94aca356 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Tue, 8 May 2018 13:04:31 +0100 Subject: [PATCH] Changelog/release note for #4503 --- CHANGELOG.txt | 1 + docs/releases/2.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index bf5dce1821..bd255323cc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -29,6 +29,7 @@ Changelog * Expose reusable client-side code to build Draftail extensions (Thibaud Colas) * Added `WAGTAILFRONTENDCACHE_LANGUAGES` setting to specify the languages whose URLs are to be purged when using `i18n_patterns` (PyMan Claudio Marinozzi) * Added `extra_footer_actions` template blocks for customising the add/edit page views (Arthur Holzner) + * Added another valid AudioBoom oEmbed pattern (Bertrand Bordage) * Fix: Status button on 'edit page' now links to the correct URL when live and draft slug differ (LB (Ben Johnston)) * Fix: Image title text in the gallery and in the chooser now wraps for long filenames (LB (Ben Johnston), Luiz Boaretto) * Fix: Move image editor action buttons to the bottom of the form on mobile (Julian Gallo) diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index e02b736eb0..77838c2c6f 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -64,6 +64,7 @@ Other features * Expose reusable client-side code to build Draftail extensions (Thibaud Colas) * Added ``WAGTAILFRONTENDCACHE_LANGUAGES`` setting to specify the languages whose URLs are to be purged when using ``i18n_patterns`` (PyMan Claudio Marinozzi) * Added ``extra_footer_actions`` template blocks for customising the add/edit page views (Arthur Holzner) + * Added another valid AudioBoom oEmbed pattern (Bertrand Bordage) Bug fixes ~~~~~~~~~