Skip to content

Commit

Permalink
Added release notes for python-pillow#7882
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 24, 2024
1 parent 0248e41 commit d7dba1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/releasenotes/10.3.0.rst
Expand Up @@ -67,6 +67,12 @@ Negative kmeans error
When calling :py:meth:`~PIL.Image.Image.quantize`, a negative ``kmeans`` will now
raise a :py:exc:`ValueError`, unless a palette is supplied to make the value redundant.

Negative P1-P3 PPM value error
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

If a P1-P3 PPM image contains a negative value, a :py:exc:`ValueError` will now be
raised.

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

Expand Down

0 comments on commit d7dba1c

Please sign in to comment.