From 7e167a12333eef9857dc7cbec9ea426ded588b4a Mon Sep 17 00:00:00 2001 From: hugovk Date: Thu, 4 Dec 2014 14:22:25 +0200 Subject: [PATCH] Remove stray ) and update version number --- docs/releasenotes/2.7.0.rst | 2 +- docs/releasenotes/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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