From 49c5578b907fc8ec28dd7dc1372fefa1bd119198 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 3 Aug 2021 19:56:07 +0100 Subject: [PATCH] Release note for #7367 --- CHANGELOG.txt | 1 + docs/releases/2.15.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2385a141d6..e6c30e80d8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,7 @@ Changelog 2.15 (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~~ + * Added "Extending Wagtail" section to documentation (Matt Westcott) * Support `min_num` / `max_num` options on ListBlock (Matt Westcott) * Added a `background_position_style` property to renditions (Karl Hobley) * Added a distinct `wagtail.copy_for_translation` log action type (Karl Hobley) diff --git a/docs/releases/2.15.rst b/docs/releases/2.15.rst index 4a6425e973..ee9cad6746 100644 --- a/docs/releases/2.15.rst +++ b/docs/releases/2.15.rst @@ -15,6 +15,7 @@ What's new Other features ~~~~~~~~~~~~~~ + * Added "Extending Wagtail" section to documentation (Matt Westcott) * Support ``min_num`` / ``max_num`` options on ListBlock (Matt Westcott) * Added a `background_position_style` property to renditions. This can be used to crop images using its focal point in the browser. See :ref:`rendition_background_position_style` (Karl Hobley) * Added a distinct ``wagtail.copy_for_translation`` log action type (Karl Hobley)