Skip to content

Commit

Permalink
Added release notes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 3, 2021
1 parent 1b963ef commit a9b99b0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/releasenotes/8.2.0.rst
Expand Up @@ -21,10 +21,17 @@ TODO
API Additions
=============

TODO
^^^^
ImageShow.IPythonViewer
^^^^^^^^^^^^^^^^^^^^^^^

TODO
If IPython is present, this new ImageShow Viewer instance will be registered.
It displays images on all IPython frontends. This will be helpful to users of
Google Colab, allowing ``im.show()`` to display images.

It is lower in priority than the other default Viewer instances, so it will
only be used by ``im.show()`` or ``ImageShow.show()`` if none of the other
viewers are available. This means that the behaviour of ``ImageShow`` stay the
same for most Pillow users.

Security
========
Expand Down

0 comments on commit a9b99b0

Please sign in to comment.