Added release notes for #5788

This commit is contained in:
Andrew Murray 2021-10-24 11:53:45 +11:00
parent d24c26dbc8
commit ef99db8871

View File

@ -58,10 +58,14 @@ TODO
API Additions
=============
TODO
^^^^
Added support for "title" argument to DisplayViewer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TODO
Support has been added for the "title" argument in
:py:class:`~PIL.ImageShow.UnixViewer.DisplayViewer`, so that when ``im.show()`` or
:py:func:`.ImageShow.show()` use the ``display`` command line tool, the "title"
argument will also now be supported, e.g. ``im.show(title="My Image")`` and
``ImageShow.show(im, title="My Image")``.
Security
========