Added release notes for #5972

This commit is contained in:
Andrew Murray 2022-02-10 12:33:42 +11:00
parent 657ec4aa3d
commit f797137ab5

View File

@ -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
=============