Skip to content

Commit

Permalink
Added release notes for python-pillow#5972
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 10, 2022
1 parent 657ec4a commit f797137
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/releasenotes/9.1.0.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
9.1.0
-----

API Changes
===========

Raise an error when performing a negative crop
----------------------------------------------

Performing a negative crop on an image previously just returned a `(0, 0)` image. Now
it will raise a `ValueError`, to help reduce confusion if a user has unintentionally
provided the wrong arguments.

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

Expand Down

0 comments on commit f797137

Please sign in to comment.