Added release notes for #9348

This commit is contained in:
Andrew Murray 2026-01-02 04:18:15 +11:00
parent 8dee8dd5ba
commit 432707ea81

View File

@ -21,3 +21,11 @@ macOS in addition to Windows. On macOS, this is a CGWindowID::
from PIL import ImageGrab
ImageGrab.grab(window=cgwindowid)
Other changes
=============
Added MorphOp support for 1 mode images
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:py:class:`~PIL.ImageMorph.MorphOp` now supports both 1 mode and L mode images.