diff --git a/docs/releasenotes/6.0.0.rst b/docs/releasenotes/6.0.0.rst index 58586f3bb..ab7d3e74a 100644 --- a/docs/releasenotes/6.0.0.rst +++ b/docs/releasenotes/6.0.0.rst @@ -126,3 +126,8 @@ Reading new DDS image format ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pillow can now read uncompressed RGB data from DDS images. + +Reading TIFF with old-style JPEG compression +^^^^^^^^^^^^^ + +Added support reading TIFF files with old-style JPEG compression through LibTIFF. All YCbCr TIFF images are now always read as RGB.