We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3991b commit 7c53327Copy full SHA for 7c53327
1 file changed
CHANGES.rst
@@ -5,6 +5,27 @@ Changelog (Pillow)
5
10.0.0 (unreleased)
6
-------------------
7
8
+- Fixed combining single duration across duplicate APNG frames #7146
9
+ [radarhere]
10
+
11
+- Remove temporary file when error is raised #7148
12
13
14
+- Do not use temporary file when grabbing clipboard on Linux #7200
15
16
17
+- If the clipboard fails to open on Windows, wait and try again #7141
18
19
20
+- Fixed saving multiple 1 mode frames to GIF #7181
21
22
23
+- Replaced absolute PIL import with relative import #7173
24
25
26
+- Replaced deprecated Py_FileSystemDefaultEncoding for Python >= 3.12 #7192
27
28
29
- Improved wl-paste mimetype handling in ImageGrab #7094
30
[rrcgat, radarhere]
31
0 commit comments