@@ -45,6 +45,12 @@ This release follows through with "universal listings" user experience and desig
These features were developed by Sage Abdullah.
These features were developed by Sage Abdullah.
+### HEIC / HEIF image upload support
+
+The `WAGTAILIMAGES_EXTENSIONS` setting now accepts the `heic` extension, which allows users to upload and use HEIC / HEIF images in Wagtail. These images are automatically converted to JPEG format when rendered. For more details, see [](heic_heif_images).
+
+This feature was developed by Matt Westcott.
+
### Other features
### Other features
* Formalize support for MariaDB (Sage Abdullah, Daniel Black)
* Formalize support for MariaDB (Sage Abdullah, Daniel Black)
@@ -571,10 +571,12 @@ The steps required to set headers for specific responses will vary, depending on
## HEIC / HEIF images
## HEIC / HEIF images
-`.heic` images are not widely supported on the web, but may be encountered when exporting images from Apple devices. Wagtail does not allow upload of these by default, but this can be enabled by adding "heic" to `WAGTAILIMAGES_EXTENSIONS`:
+HEIC / HEIF images are not widely supported on the web, but may be encountered when exporting images from Apple devices. Wagtail does not allow upload of these by default, but this can be enabled by adding `"heic"` to `WAGTAILIMAGES_EXTENSIONS`: