Skip to content

Commit

Permalink
Merge pull request #3839 from radarhere/releasenotes
Browse files Browse the repository at this point in the history
Added release notes for #3808 and #3814
  • Loading branch information
hugovk committed May 9, 2019
2 parents 0e36b28 + d8c211e commit e6298b2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/releasenotes/6.1.0.rst
@@ -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.
1 change: 1 addition & 0 deletions docs/releasenotes/index.rst
Expand Up @@ -6,6 +6,7 @@ Release Notes
.. toctree::
:maxdepth: 2

6.1.0
6.0.0
5.4.1
5.4.0
Expand Down

0 comments on commit e6298b2

Please sign in to comment.