File tree Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 1+ 12.1.0
2+ ------
3+
4+ Security
5+ ========
6+
7+ TODO
8+ ^^^^
9+
10+ TODO
11+
12+ :cve: `YYYY-XXXXX `: TODO
13+ ^^^^^^^^^^^^^^^^^^^^^^^
14+
15+ TODO
16+
17+ Backwards incompatible changes
18+ ==============================
19+
20+ TODO
21+ ^^^^
22+
23+ TODO
24+
25+ Deprecations
26+ ============
27+
28+ TODO
29+ ^^^^
30+
31+ TODO
32+
33+ API changes
34+ ===========
35+
36+ TODO
37+ ^^^^
38+
39+ TODO
40+
41+ API additions
42+ =============
43+
44+ Specify window in ImageGrab on macOS
45+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
46+
47+ When using :py:meth: `~PIL.ImageGrab.grab `, a specific window can now be selected on
48+ macOS in addition to Windows. On macOS, this is a CGWindowID::
49+
50+ from PIL import ImageGrab
51+ ImageGrab.grab(window=cgwindowid)
52+
53+ Other changes
54+ =============
55+
56+ TODO
57+ ^^^^
58+
59+ TODO
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ expected to be backported to earlier versions.
1414.. toctree ::
1515 :maxdepth: 2
1616
17+ 12.1.0
1718 12.0.0
1819 11.3.0
1920 11.2.1
You can’t perform that action at this time.
0 commit comments