From 3c311f5619b1b82e2b91cd2a42e3a44b9526755c Mon Sep 17 00:00:00 2001 From: nulano Date: Fri, 27 Sep 2019 00:58:32 +0200 Subject: [PATCH] add version added [ci skip] --- docs/reference/ImageGrab.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/ImageGrab.rst b/docs/reference/ImageGrab.rst index a7d7be6fe..e94e21cb9 100644 --- a/docs/reference/ImageGrab.rst +++ b/docs/reference/ImageGrab.rst @@ -22,7 +22,11 @@ or the clipboard to a PIL image memory. :param bbox: What region to copy. Default is the entire screen. Note that on Windows OS, the top-left point may be negative if ``all_screens=True`` is used. :param include_layered_windows: Includes layered windows. Windows OS only. + + .. versionadded:: 6.1.0 :param all_screens: Capture all monitors. Windows OS only. + + .. versionadded:: 6.2.0 :return: An image .. py:function:: PIL.ImageGrab.grabclipboard()