From a1eaba76897ca096e31fd9d2f49eff60746d3861 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 31 Mar 2020 18:42:06 +1100 Subject: [PATCH 1/2] Documented new channel operations [ci skip] --- docs/releasenotes/7.1.0.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/releasenotes/7.1.0.rst b/docs/releasenotes/7.1.0.rst index e3bc107ddff..35587db4a12 100644 --- a/docs/releasenotes/7.1.0.rst +++ b/docs/releasenotes/7.1.0.rst @@ -27,6 +27,12 @@ Reading JPEG comments When opening a JPEG image, the comment may now be read into :py:attr:`~PIL.Image.Image.info`. +New Channel Operations +^^^^^^^^^^^^^^^^^^^^^^ + +Three new channel operations have been added: :py:meth:`~PIL.ImageChops.soft_light`, +:py:meth:`~PIL.ImageChops.hard_light` and :py:meth:`~PIL.ImageChops.overlay`. + Other Changes ============= From b700edfeb5d44061f2f391f4ebb18bbe0c309066 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Tue, 31 Mar 2020 19:18:45 +1100 Subject: [PATCH 2/2] Changed capitalisation [ci skip] Co-Authored-By: Hugo van Kemenade --- docs/releasenotes/7.1.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releasenotes/7.1.0.rst b/docs/releasenotes/7.1.0.rst index 35587db4a12..0f7a22b245c 100644 --- a/docs/releasenotes/7.1.0.rst +++ b/docs/releasenotes/7.1.0.rst @@ -27,7 +27,7 @@ Reading JPEG comments When opening a JPEG image, the comment may now be read into :py:attr:`~PIL.Image.Image.info`. -New Channel Operations +New channel operations ^^^^^^^^^^^^^^^^^^^^^^ Three new channel operations have been added: :py:meth:`~PIL.ImageChops.soft_light`,