update release notes [ci skip]

This commit is contained in:
Alexander 2019-12-25 15:32:49 +03:00
parent d991cd9a9a
commit 9c2b058483

View File

@ -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. round to the nearest integer, instead of always rounding down.
This better preserves the original aspect ratio. This better preserves the original aspect ratio.
The last row and column in the image get the correct weight after When the image width or height is not divisible by 8 the last row and column
JPEG DCT scaling when image size is not divisible by 8. in the image get the correct weight after JPEG DCT scaling.