From 9145c778ec380ed99e1be45bdf17a4cdd16f4e5c Mon Sep 17 00:00:00 2001 From: Dominus Iniquitatis Date: Fri, 22 Apr 2022 01:20:34 +0300 Subject: [PATCH 1/2] Fixed a typo in 9.1.0 changelog --- docs/releasenotes/9.1.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releasenotes/9.1.0.rst b/docs/releasenotes/9.1.0.rst index 80ce7604f..57646e558 100644 --- a/docs/releasenotes/9.1.0.rst +++ b/docs/releasenotes/9.1.0.rst @@ -76,8 +76,8 @@ Deprecated Use instead ``Image.TRANSPOSE`` ``Image.Transpose.TRANSPOSE`` ``Image.TRANSVERSE`` ``Image.Transpose.TRANSVERSE`` ``Image.BOX`` ``Image.Resampling.BOX`` -``Image.BILINEAR`` ``Image.Resampling.BILNEAR`` -``Image.LINEAR`` ``Image.Resampling.BILNEAR`` +``Image.BILINEAR`` ``Image.Resampling.BILINEAR`` +``Image.LINEAR`` ``Image.Resampling.BILINEAR`` ``Image.HAMMING`` ``Image.Resampling.HAMMING`` ``Image.BICUBIC`` ``Image.Resampling.BICUBIC`` ``Image.CUBIC`` ``Image.Resampling.BICUBIC`` From 21c91c1a36afa83223aea421c1dd879ccbfa89ff Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 22 Apr 2022 08:46:27 +1000 Subject: [PATCH 2/2] Fixed typo [ci skip] --- docs/deprecations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deprecations.rst b/docs/deprecations.rst index 496a4df95..479c79080 100644 --- a/docs/deprecations.rst +++ b/docs/deprecations.rst @@ -97,8 +97,8 @@ Deprecated Use instead ``Image.TRANSPOSE`` ``Image.Transpose.TRANSPOSE`` ``Image.TRANSVERSE`` ``Image.Transpose.TRANSVERSE`` ``Image.BOX`` ``Image.Resampling.BOX`` -``Image.BILINEAR`` ``Image.Resampling.BILNEAR`` -``Image.LINEAR`` ``Image.Resampling.BILNEAR`` +``Image.BILINEAR`` ``Image.Resampling.BILINEAR`` +``Image.LINEAR`` ``Image.Resampling.BILINEAR`` ``Image.HAMMING`` ``Image.Resampling.HAMMING`` ``Image.BICUBIC`` ``Image.Resampling.BICUBIC`` ``Image.CUBIC`` ``Image.Resampling.BICUBIC``