Added release notes for #3808 and #3814 [ci skip]

This commit is contained in:
Andrew Murray 2019-05-06 21:14:47 +10:00
parent 0e36b288dd
commit d8c211ef07
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,21 @@
6.1.0
-----
API Additions
=============
ImageGrab.grab
^^^^^^^^^^^^^^
An optional ``include_layered_windows`` parameter has been added to ``ImageGrab.grab``,
defaulting to ``False``. If true, layered windows will be included in the resulting
image on Windows.
Other Changes
=============
ImageTk.getimage
^^^^^^^^^^^^^^^^
This function is now supported. It returns the contents of an ``ImageTk.PhotoImage`` as
an RGBA ``Image.Image`` instance.

View File

@ -6,6 +6,7 @@ Release Notes
.. toctree::
:maxdepth: 2
6.1.0
6.0.0
5.4.1
5.4.0