diff --git a/changes.xml b/changes.xml
index 9ab4a2f2..725c4f0c 100644
--- a/changes.xml
+++ b/changes.xml
@@ -40,6 +40,9 @@
In Media Handler 1.x web renditions (starting with cq5dam.web.
prefix) and all other renditions except thumbnails (starting with cq5dam.thumbnail.
prefix) were processed.
The MediaHandlerConfig
contains a new method getIncludeAssetAemRenditionsByDefault
that controls this behavior and allows to switch to the previous setting.
]]>
+ MediaHandlerConfig: Change default image quality for lossy compression image (e.g. JPG) to 85%. In previous versions this was 98%. You can change the default value in the MediaHandlerConfig.
+ ]]>
MediaFileServlet: Force Content-Disposition=attachment header for SVG files served by MediaFileServlet. Also ensure URLs to SVG images are always handled by MediaFileServlet.