mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-03 11:35:52 +03:00
Added release notes
This commit is contained in:
parent
993bb23ce0
commit
60e3734b30
|
@ -48,6 +48,13 @@ breaking backwards compatibility.
|
||||||
Other Changes
|
Other Changes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
ImageShow temporary files on Unix
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
When calling :py:meth:`~PIL.Image.Image.show` or using :py:mod:`~PIL.ImageShow`,
|
||||||
|
a temporary file is created from the image. On Unix, Pillow will no longer delete these
|
||||||
|
files, and instead leave it to the operating system to do so.
|
||||||
|
|
||||||
Image._repr_pretty_
|
Image._repr_pretty_
|
||||||
^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user