diff --git a/docs/releasenotes/2.7.0.rst b/docs/releasenotes/2.7.0.rst index e055c2460..bf3f163f2 100644 --- a/docs/releasenotes/2.7.0.rst +++ b/docs/releasenotes/2.7.0.rst @@ -20,7 +20,7 @@ and used a fixed number of pixels from the source image for every destination pixel (2x2 pixels for :py:attr:`~PIL.Image.BILINEAR` and 4x4 for :py:attr:`~PIL.Image.BICUBIC`). This gave an unsatisfactory result for downscaling. At the same time, a high quality convolutions-based algorithm with -flexible kernel was used for :py:attr:`~PIL.Image.ANTIALIAS` filter). +flexible kernel was used for :py:attr:`~PIL.Image.ANTIALIAS` filter. Starting from Pillow 2.7.0, a high quality convolutions-based algorithm is used for all of these three filters. diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst index ce3bfe9bf..c2f95f670 100644 --- a/docs/releasenotes/index.rst +++ b/docs/releasenotes/index.rst @@ -4,4 +4,4 @@ Release Notes .. toctree:: :maxdepth: 2 - 2.7 + 2.7.0