Skip to content

Commit ef99db8

Browse files
committed
Added release notes for #5788
1 parent d24c26d commit ef99db8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/releasenotes/9.0.0.rst

+8-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,14 @@ TODO
5858
API Additions
5959
=============
6060

61-
TODO
62-
^^^^
63-
64-
TODO
61+
Added support for "title" argument to DisplayViewer
62+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
63+
64+
Support has been added for the "title" argument in
65+
:py:class:`~PIL.ImageShow.UnixViewer.DisplayViewer`, so that when ``im.show()`` or
66+
:py:func:`.ImageShow.show()` use the ``display`` command line tool, the "title"
67+
argument will also now be supported, e.g. ``im.show(title="My Image")`` and
68+
``ImageShow.show(im, title="My Image")``.
6569

6670
Security
6771
========

0 commit comments

Comments
 (0)