diff --git a/CHANGELOG.txt b/CHANGELOG.txt index bcbbd3920..a1cd65ee0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,7 @@ Changelog ~~~~~~~~~~~~~~~~~~~~ * Improved StreamField design (Bertrand Bordage) + * Added WebP image support (frmdstryr, Karl Hobley, Matt Westcott) * Added Elasticsearch 7 support (pySilver) * Added `construct_page_listing_buttons` hook (Michael van Tellingen) * Added more detailed documentation and troubleshooting for installing OpenCV for feature detection (Daniele Procida) diff --git a/docs/advanced_topics/images/image_file_formats.rst b/docs/advanced_topics/images/image_file_formats.rst index 605f4886e..716eb9b9d 100644 --- a/docs/advanced_topics/images/image_file_formats.rst +++ b/docs/advanced_topics/images/image_file_formats.rst @@ -1,3 +1,5 @@ +.. _image_file_formats: + Image file formats ================== diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index c74a64ff3..878632fde 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -21,6 +21,12 @@ Improved StreamField design The design of the StreamField user interface has been updated to improve clarity and usability, including better handling of nested blocks. This work was completed by Bertrand Bordage as part of the `Wagtail's First Hatch `_ crowdfunding campaign. We would like to thank all `supporters of the campaign `_. +WebP image support +~~~~~~~~~~~~~~~~~~ + +Images can now be uploaded and rendered in `WebP `_ format; see :ref:`image_file_formats` for details. This feature was developed by frmdstryr, Karl Hobley and Matt Westcott. + + Other features ~~~~~~~~~~~~~~