diff --git a/docs/releases/1.0.rst b/docs/releases/1.0.rst index 8039ed5ea..b0af64d87 100644 --- a/docs/releases/1.0.rst +++ b/docs/releases/1.0.rst @@ -318,3 +318,9 @@ Previously you could customize the Wagtail userbar using the ``construct_wagtail The hook has been renamed to ``construct_wagtail_userbar``. The old hook is now deprecated; all existing ``construct_wagtail_edit_bird`` declarations should be updated to the new hook. + + +``IMAGE_COMPRESSION_QUALITY`` setting has been renamed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The ``IMAGE_COMPRESSION_QUALITY`` setting, which determines the quality of saved JPEG images as a value from 1 to 100, has been renamed to ``WAGTAILIMAGES_JPEG_QUALITY``. If you have used this setting, please update your settings file accordingly.