Skip to content

Commit

Permalink
Documented #5414
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed May 1, 2021
1 parent 5b0031c commit 9143822
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releasenotes/8.3.0.rst
Expand Up @@ -25,6 +25,13 @@ Pillow 7.0 changed the default resampling filter to ``Image.BICUBIC``. However,
is not supported yet for images with a custom number of bits, the default filter for
those modes has been reverted to ``Image.NEAREST``.

ImageMorph incorrect mode errors
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

For :py:meth:`~PIL.ImageMorph.apply`, :py:meth:`~PIL.ImageOps.match` and
:py:meth:`~PIL.ImageOps.get_on_pixels`, if the image mode is not L, an
:py:exc:`Exception` was thrown. This has now been changed to a :py:exc:`ValueError`.

API Additions
=============

Expand Down
1 change: 1 addition & 0 deletions docs/releasenotes/index.rst
Expand Up @@ -14,6 +14,7 @@ expected to be backported to earlier versions.
.. toctree::
:maxdepth: 2

8.3.0
8.2.0
8.1.2
8.1.1
Expand Down

0 comments on commit 9143822

Please sign in to comment.