mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Added release notes for #5972
This commit is contained in:
parent
657ec4aa3d
commit
f797137ab5
|
@ -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
|
||||
=============
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user