diff --git a/docs/releasenotes/10.0.0.rst b/docs/releasenotes/10.0.0.rst index 01b15f38696..94ff04d46a2 100644 --- a/docs/releasenotes/10.0.0.rst +++ b/docs/releasenotes/10.0.0.rst @@ -149,10 +149,13 @@ An optional line ``width`` parameter has been added to API Additions ============= -TODO -^^^^ +Added ``alpha_only`` argument to ``getbbox()`` +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -TODO +:py:meth:`~PIL.Image.Image.getbbox` now accepts a keyword argument of +``alpha_only``. This is an optional flag, defaulting to ``True``. If ``True`` +and the image has an alpha channel, trim transparent pixels. Otherwise, trim +pixels when all channels are zero. Security ========