mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Merge pull request #3839 from radarhere/releasenotes
Added release notes for #3808 and #3814
This commit is contained in:
commit
e6298b2782
21
docs/releasenotes/6.1.0.rst
Normal file
21
docs/releasenotes/6.1.0.rst
Normal 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.
|
|
@ -6,6 +6,7 @@ Release Notes
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
6.1.0
|
||||
6.0.0
|
||||
5.4.1
|
||||
5.4.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user