Skip to content

Commit

Permalink
Added release notes for python-pillow#5788
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 24, 2021
1 parent d24c26d commit ef99db8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/releasenotes/9.0.0.rst
Expand Up @@ -58,10 +58,14 @@ TODO
API Additions
=============

TODO
^^^^

TODO
Added support for "title" argument to DisplayViewer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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
========
Expand Down

0 comments on commit ef99db8

Please sign in to comment.