From 9c2b05848399b1a755e94b37239f9b5782a9aa11 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 25 Dec 2019 15:32:49 +0300 Subject: [PATCH] update release notes [ci skip] --- docs/releasenotes/7.0.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releasenotes/7.0.0.rst b/docs/releasenotes/7.0.0.rst index be6d28c04..cf88dfa64 100644 --- a/docs/releasenotes/7.0.0.rst +++ b/docs/releasenotes/7.0.0.rst @@ -125,5 +125,5 @@ When calculating the new dimensions in :py:meth:`~PIL.Image.Image.thumbnail`, round to the nearest integer, instead of always rounding down. This better preserves the original aspect ratio. -The last row and column in the image get the correct weight after -JPEG DCT scaling when image size is not divisible by 8. +When the image width or height is not divisible by 8 the last row and column +in the image get the correct weight after JPEG DCT scaling.